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

Unified Diff: chrome/browser/geolocation/chrome_geolocation_permission_context.h

Issue 11188020: Introduce Android variants of ChromeGeolocationPermissionContext, GeolocationConfirmInfoBarDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing include Created 8 years, 2 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: 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,

Powered by Google App Engine
This is Rietveld 408576698