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

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

Issue 10103029: Add device location reporting (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months 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/geolocation_provider.h
diff --git a/content/browser/geolocation/geolocation_provider.h b/content/browser/geolocation/geolocation_provider.h
index a45a365f23066aa71491b65ce8aa07e7f05cb629..c340e57256e7798cf971bf568c4d1e3d86f8f0e3 100644
--- a/content/browser/geolocation/geolocation_provider.h
+++ b/content/browser/geolocation/geolocation_provider.h
@@ -56,10 +56,11 @@ class CONTENT_EXPORT GeolocationProvider
typedef std::map<GeolocationObserver*, GeolocationObserverOptions>
ObserverMap;
- private:
+ protected:
friend struct DefaultSingletonTraits<GeolocationProvider>;
Joao da Silva 2012/04/20 09:49:57 I'm not familiar with this code, but a singleton w
John Knottenbelt 2012/04/20 12:50:42 Agree. On 2012/04/20 09:49:57, Joao da Silva wrot
bartfab (slow) 2012/04/20 14:10:15 Done.
virtual ~GeolocationProvider();
+ private:
bool OnClientThread() const;
bool OnGeolocationThread() const;

Powered by Google App Engine
This is Rietveld 408576698