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

Unified Diff: android_webview/native/aw_web_contents_delegate.h

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/native/aw_web_contents_delegate.h
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h
index 7886ad80dcfc34298038798c147d4206c3d72cb9..4a5447f9f4f9b056a83a05c79d297bbf919bb9b8 100644
--- a/android_webview/native/aw_web_contents_delegate.h
+++ b/android_webview/native/aw_web_contents_delegate.h
@@ -38,6 +38,7 @@ class AwWebContentsDelegate
const gfx::Rect& initial_pos,
bool user_gesture,
bool* was_blocked) OVERRIDE;
+ virtual void CloseContents(content::WebContents* source) OVERRIDE;
};
bool RegisterAwWebContentsDelegate(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698