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

Unified Diff: android_webview/browser/aw_content_browser_client.h

Issue 11763002: Implementing native chromium GeolocationPermissionContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing clang errors Created 7 years, 11 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
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_content_browser_client.h
diff --git a/android_webview/browser/aw_content_browser_client.h b/android_webview/browser/aw_content_browser_client.h
index 1cf9259833dc21a77b4d68a10387d0e4dfc632cf..8d00a43a20248cf1ac19438578eb97da32d2945f 100644
--- a/android_webview/browser/aw_content_browser_client.h
+++ b/android_webview/browser/aw_content_browser_client.h
@@ -17,7 +17,9 @@ class AwContentBrowserClient : public content::ContentBrowserClient {
typedef content::WebContentsViewDelegate* ViewDelegateFactoryFn(
content::WebContents* web_contents);
- AwContentBrowserClient(ViewDelegateFactoryFn* view_delegate_factory);
+ AwContentBrowserClient(
+ ViewDelegateFactoryFn* view_delegate_factory,
+ GeolocationPermissionFactoryFn* geolocation_permission_factory);
virtual ~AwContentBrowserClient();
AwBrowserContext* GetAwBrowserContext();
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | android_webview/browser/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698