Index: content/browser/geolocation/geolocation_provider_impl.h |
diff --git a/content/browser/geolocation/geolocation_provider_impl.h b/content/browser/geolocation/geolocation_provider_impl.h |
index 6613f44fc697cfe6079d074aebfad63b20ff43d4..9f36792977d8f3d33501ab6a7a39e6907630a443 100644 |
--- a/content/browser/geolocation/geolocation_provider_impl.h |
+++ b/content/browser/geolocation/geolocation_provider_impl.h |
@@ -41,6 +41,8 @@ class CONTENT_EXPORT GeolocationProviderImpl |
virtual bool RemoveLocationUpdateCallback( |
const LocationUpdateCallback& callback) OVERRIDE; |
virtual void UserDidOptIntoLocationServices() OVERRIDE; |
+ virtual void PauseAllLocationUpdateCallbacks() OVERRIDE; |
+ virtual void ResumeAllLocationUpdateCallbacks() OVERRIDE; |
bool LocationServicesOptedIn() const; |