Index: chrome/browser/geolocation/chrome_geolocation_permission_context.h |
diff --git a/chrome/browser/geolocation/chrome_geolocation_permission_context.h b/chrome/browser/geolocation/chrome_geolocation_permission_context.h |
index 95f31e61f5684fa3a03369f76db4d2d7fdf0020b..747761f42378f61804bb8a4472b28fa5470df1a7 100644 |
--- a/chrome/browser/geolocation/chrome_geolocation_permission_context.h |
+++ b/chrome/browser/geolocation/chrome_geolocation_permission_context.h |
@@ -8,10 +8,9 @@ |
#include <string> |
#include "base/memory/scoped_ptr.h" |
+#include "chrome/browser/geolocation/geolocation_infobar_queue_controller.h" |
#include "content/public/browser/geolocation_permission_context.h" |
-class GeolocationInfoBarQueueController; |
-class PrefService; |
class Profile; |
// Chrome specific implementation of GeolocationPermissionContext; manages |
@@ -19,11 +18,8 @@ class Profile; |
// GeolocationInfoBarQueueController. |
class ChromeGeolocationPermissionContext |
: public content::GeolocationPermissionContext { |
- public: |
- static ChromeGeolocationPermissionContext* Create(Profile* profile); |
- |
- static void RegisterUserPrefs(PrefService *user_prefs); |
bulach
2012/10/22 13:01:03
nit: here and in a few classes below, please remov
Ramya
2012/10/22 20:58:04
Done.
|
+ public: |
// GeolocationPermissionContext implementation: |
virtual void RequestGeolocationPermission( |
int render_process_id, |