Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2249)

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java

Issue 11418292: [Android WebView] Plumb WebContentsDelegate::CloseContents to embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
index 46837e3c05c35fa77b67e2719fa160365ae95058..95e30219d65633ba43c091ee4db3cde390e187a1 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
@@ -20,4 +20,7 @@ public class AwWebContentsDelegate extends WebContentsDelegateAndroid {
public boolean addNewContents(boolean isDialog, boolean isUserGesture) {
return false;
}
+
+ @CalledByNative
+ public void closeContents() { }
}

Powered by Google App Engine
This is Rietveld 408576698