| 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();
|
|
|