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; |