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 5755f31f8e9a0bedf37f7ab5a459285361c0b629..3c67d2a35afa249a881e3ce31bfa696ef199a69c 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; |
@@ -1291,8 +1289,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> |