Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: content/browser/geolocation/location_provider_base.h

Issue 65273002: Add a mechanism to pause and resume geolocation requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wire up onPause/onResume Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698