summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authordtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 20:28:23 +0000
committerdtrainor@chromium.org <dtrainor@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 20:28:23 +0000
commit40aa8bba1fa8d2e5faeb7a0f4f6ecd694a1ac2b1 (patch)
tree5c7aee8a3426c6efa65fa254bf8a301757dc7889 /android_webview
parent7febfe6e2d9e2f7da07c50d09c76c8eeeb651643 (diff)
downloadchromium_src-40aa8bba1fa8d2e5faeb7a0f4f6ecd694a1ac2b1.zip
chromium_src-40aa8bba1fa8d2e5faeb7a0f4f6ecd694a1ac2b1.tar.gz
chromium_src-40aa8bba1fa8d2e5faeb7a0f4f6ecd694a1ac2b1.tar.bz2
Move Android to use new Popup Blocker API.
Update Android's popup implementation to use the new popup blocker API. BUG=275700 Review URL: https://chromiumcodereview.appspot.com/23264020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java
index 260ea96..da09a1a 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java
@@ -92,13 +92,6 @@ class AwWebContentsDelegateAdapter extends AwWebContentsDelegate {
}
@Override
- public boolean addNewContents(int nativeSourceWebContents, int nativeWebContents,
- int disposition, Rect initialPosition, boolean userGesture) {
- // This is overridden native side; see the other addNewContents overload.
- throw new RuntimeException("Impossible");
- }
-
- @Override
public void closeContents() {
mContentsClient.onCloseWindow();
}