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

Unified Diff: android_webview/native/aw_contents.h

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months 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_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 6283f98575f4aa5d7331d2a17cfcae1ab5ed4b06..09b59aad7138a663a4027aa49689ae402f8d3ce9 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -39,6 +39,8 @@ class AwContents {
bool private_browsing);
~AwContents();
+ AwWebContentsDelegate* GetAwWebContentsDelegate() const;
+
// |handler| is an instance of
// org.chromium.android_webview.AwHttpAuthHandler.
void onReceivedHttpAuthRequest(const base::android::JavaRef<jobject>& handler,

Powered by Google App Engine
This is Rietveld 408576698