| Index: android_webview/lib/main/aw_main_delegate.h
|
| diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
|
| index 93a116c2d7e10868ff7c187ea2b4de29dd8d04e0..856d69926ff901c6e563f673452ab97fd3895668 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.h
|
| +++ b/android_webview/lib/main/aw_main_delegate.h
|
| @@ -45,8 +45,6 @@ class AwMainDelegate : public content::ContentMainDelegate,
|
| // JniDependencyFactory implementation.
|
| virtual scoped_refptr<AwQuotaManagerBridge> CreateAwQuotaManagerBridge(
|
| AwBrowserContext* browser_context) OVERRIDE;
|
| - virtual content::GeolocationPermissionContext* CreateGeolocationPermission(
|
| - AwBrowserContext* browser_context) OVERRIDE;
|
| virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
| content::WebContents* web_contents) OVERRIDE;
|
| virtual AwWebPreferencesPopulater* CreateWebPreferencesPopulater() OVERRIDE;
|
|
|