Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index 1acb2a6829cee3f8639f270fdd425d3a71035df1..9f6d91cb593a1c84708e734cb640abb48601b9fd 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -10,7 +10,6 @@ |
#include "android_webview/browser/scoped_allow_wait_for_legacy_web_view_api.h" |
#include "android_webview/common/aw_switches.h" |
#include "android_webview/lib/aw_browser_dependency_factory_impl.h" |
-#include "android_webview/native/aw_geolocation_permission_context.h" |
#include "android_webview/native/aw_quota_manager_bridge_impl.h" |
#include "android_webview/native/aw_web_contents_view_delegate.h" |
#include "android_webview/native/aw_web_preferences_populater_impl.h" |
@@ -148,12 +147,6 @@ scoped_refptr<AwQuotaManagerBridge> AwMainDelegate::CreateAwQuotaManagerBridge( |
return AwQuotaManagerBridgeImpl::Create(browser_context); |
} |
-content::GeolocationPermissionContext* |
- AwMainDelegate::CreateGeolocationPermission( |
- AwBrowserContext* browser_context) { |
- return AwGeolocationPermissionContext::Create(browser_context); |
-} |
- |
content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate( |
content::WebContents* web_contents) { |
return AwWebContentsViewDelegate::Create(web_contents); |