| Index: android_webview/browser/jni_dependency_factory.h
|
| diff --git a/android_webview/browser/jni_dependency_factory.h b/android_webview/browser/jni_dependency_factory.h
|
| index d0b6f72a6c204d105fe1b8222030c7ca0bea2283..983ef2ac18e5b273b17324f8236bbedc01a55fba 100644
|
| --- a/android_webview/browser/jni_dependency_factory.h
|
| +++ b/android_webview/browser/jni_dependency_factory.h
|
| @@ -9,7 +9,6 @@
|
|
|
| namespace content {
|
| class ExternalVideoSurfaceContainer;
|
| -class GeolocationPermissionContext;
|
| class WebContents;
|
| class WebContentsViewDelegate;
|
| } // namespace content
|
| @@ -27,8 +26,6 @@ class JniDependencyFactory {
|
|
|
| virtual scoped_refptr<AwQuotaManagerBridge> CreateAwQuotaManagerBridge(
|
| AwBrowserContext* browser_context) = 0;
|
| - virtual content::GeolocationPermissionContext* CreateGeolocationPermission(
|
| - AwBrowserContext* browser_context) = 0;
|
| virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
| content::WebContents* web_contents) = 0;
|
| virtual AwWebPreferencesPopulater* CreateWebPreferencesPopulater() = 0;
|
|
|