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

Unified Diff: android_webview/lib/aw_content_browser_client.h

Issue 11090003: [Android] Upstream WebView.allow{Content|File}Access implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Workaround to remove dependency on https://codereview.chromium.org/11030051 Created 8 years, 2 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/lib/aw_content_browser_client.h
diff --git a/android_webview/lib/aw_content_browser_client.h b/android_webview/lib/aw_content_browser_client.h
index 8b75c99500138abd59ecbbde49997cccd7eb987b..a9a4cabeff90cfb92aca4bc7ef86548790aa0e2b 100644
--- a/android_webview/lib/aw_content_browser_client.h
+++ b/android_webview/lib/aw_content_browser_client.h
@@ -17,6 +17,8 @@ class AwContentBrowserClient : public chrome::ChromeContentBrowserClient {
virtual ~AwContentBrowserClient();
// Overriden methods from ContentBrowserClient.
+ virtual void RenderProcessHostCreated(
+ content::RenderProcessHost* host) OVERRIDE;
virtual void ResourceDispatcherHostCreated() OVERRIDE;
virtual bool AllowGetCookie(const GURL& url,
const GURL& first_party,

Powered by Google App Engine
This is Rietveld 408576698