| Index: content/browser/geolocation/location_provider_base.h
|
| diff --git a/content/browser/geolocation/location_provider_base.h b/content/browser/geolocation/location_provider_base.h
|
| index dbc42402d5eda20a98e183e5ecf823206b327755..200c612aad38345198521036e71a8a76302d91f6 100644
|
| --- a/content/browser/geolocation/location_provider_base.h
|
| +++ b/content/browser/geolocation/location_provider_base.h
|
| @@ -16,6 +16,9 @@ class CONTENT_EXPORT LocationProviderBase
|
| LocationProviderBase();
|
| virtual ~LocationProviderBase();
|
|
|
| + virtual void PauseProvider() OVERRIDE;
|
| + virtual void ResumeProvider() OVERRIDE;
|
| +
|
| protected:
|
| void NotifyCallback(const Geoposition& position);
|
|
|
|
|