Index: content/browser/geolocation/location_provider_android.h |
diff --git a/content/browser/geolocation/location_provider_android.h b/content/browser/geolocation/location_provider_android.h |
index b4f5886ceba6c30f27807b1d3a332536e718f88e..dd4e3ab16f18182f7272fa738e50c2283ad241f7 100644 |
--- a/content/browser/geolocation/location_provider_android.h |
+++ b/content/browser/geolocation/location_provider_android.h |
@@ -28,6 +28,8 @@ class LocationProviderAndroid : public LocationProviderBase { |
virtual void GetPosition(Geoposition* position) OVERRIDE; |
virtual void RequestRefresh() OVERRIDE; |
virtual void OnPermissionGranted() OVERRIDE; |
+ virtual void PauseProvider() OVERRIDE; |
+ virtual void ResumeProvider() OVERRIDE; |
private: |
Geoposition last_position_; |