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

Unified Diff: content/browser/browser_context.h

Issue 7484072: Migrate geolocation settings to host content settings map. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 4 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
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_context.h
diff --git a/content/browser/browser_context.h b/content/browser/browser_context.h
index b67142c135d18aa418c5ba15c12b442e12d0679f..7c1fa70511ab88798bfcf6917798a4fba05ee78b 100644
--- a/content/browser/browser_context.h
+++ b/content/browser/browser_context.h
@@ -23,7 +23,6 @@ class DatabaseTracker;
class ChromeBlobStorageContext;
class DownloadManager;
class FilePath;
-class GeolocationContentSettingsMap;
class GeolocationPermissionContext;
class HostZoomMap;
class SSLHostState;
@@ -82,9 +81,6 @@ class BrowserContext {
// Returns the Hostname <-> Zoom Level map for this context.
virtual HostZoomMap* GetHostZoomMap() = 0;
- // Returns the geolocation settings map for this context.
- virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() = 0;
-
// Returns the geolocation permission context for this context.
virtual GeolocationPermissionContext* GetGeolocationPermissionContext() = 0;
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698