Upstream version 8.36.169.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / XWalkWebContentsDelegate.java
index 63f188a..e8b94a1 100644 (file)
@@ -13,6 +13,9 @@ import org.chromium.components.web_contents_delegate_android.WebContentsDelegate
 @JNINamespace("xwalk")
 abstract class XWalkWebContentsDelegate extends WebContentsDelegateAndroid {
     @CalledByNative
+    public abstract boolean shouldOpenWithDefaultBrowser(String contentUrl);
+
+    @CalledByNative
     public abstract boolean addNewContents(boolean isDialog, boolean isUserGesture);
 
     @CalledByNative