Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / android / java / src / org / chromium / chrome / browser / ChromeWebContentsDelegateAndroid.java
index 2c722dd..ec94472 100644 (file)
@@ -32,6 +32,11 @@ public class ChromeWebContentsDelegateAndroid extends WebContentsDelegateAndroid
         return false;
     }
 
+    @CalledByNative
+    public void webContentsCreated(long sourceWebContents, long sourceFrameId, String frameName,
+            String targetUrl, long newWebContents) {
+    }
+
     // Helper functions used to create types that are part of the public interface
     @CalledByNative
     private static Rect createRect(int x, int y, int right, int bottom) {