Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 8fc964948f17bbee00780ce4c76a848101cf36fd..aaa17850faf01c7d84b43288694a968fa7b2b2ab 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -52,7 +52,6 @@ class BrowserPluginGuest; |
class BrowserPluginGuestManager; |
class DateTimeChooserAndroid; |
class DownloadItem; |
-class GeolocationServiceContext; |
class InterstitialPageImpl; |
class JavaScriptDialogManager; |
class ManifestManagerHost; |
@@ -432,7 +431,6 @@ class CONTENT_EXPORT WebContentsImpl |
RenderFrameHost* GetGuestByInstanceID( |
RenderFrameHost* render_frame_host, |
int browser_plugin_instance_id) override; |
- GeolocationServiceContext* GetGeolocationServiceContext() override; |
WakeLockServiceContext* GetWakeLockServiceContext() override; |
void EnterFullscreenMode(const GURL& origin) override; |
void ExitFullscreenMode() override; |
@@ -1297,8 +1295,6 @@ class CONTENT_EXPORT WebContentsImpl |
// Whether the last JavaScript dialog shown was suppressed. Used for testing. |
bool last_dialog_suppressed_; |
- scoped_ptr<GeolocationServiceContext> geolocation_service_context_; |
- |
scoped_ptr<WakeLockServiceContext> wake_lock_service_context_; |
scoped_ptr<ScreenOrientationDispatcherHost> |