Index: content/browser/geolocation/location_arbitrator_impl.h |
diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h |
index 45910552e4ebc59683741ebf8e8fb4df283d7014..89a658ddcda27a45953c37e54abdbdec8ce8163d 100644 |
--- a/content/browser/geolocation/location_arbitrator_impl.h |
+++ b/content/browser/geolocation/location_arbitrator_impl.h |
@@ -46,6 +46,8 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator { |
virtual void StopProviders() OVERRIDE; |
virtual void OnPermissionGranted() OVERRIDE; |
virtual bool HasPermissionBeenGranted() const OVERRIDE; |
+ virtual void PauseProviders() OVERRIDE; |
+ virtual void ResumeProviders() OVERRIDE; |
protected: |
AccessTokenStore* GetAccessTokenStore(); |