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

Unified Diff: chrome/browser/content_settings/content_settings_pref_provider.h

Issue 7328018: Migrate default geolocation content setting to host content settings map. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits Created 9 years, 5 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/content_settings/content_settings_pref_provider.h
diff --git a/chrome/browser/content_settings/content_settings_pref_provider.h b/chrome/browser/content_settings/content_settings_pref_provider.h
index 59ce76d2da2f8dc65cd977a101f5cdce916980d1..9c717a2fa785dab2474d2239b6e6a29aa5459e13 100644
--- a/chrome/browser/content_settings/content_settings_pref_provider.h
+++ b/chrome/browser/content_settings/content_settings_pref_provider.h
@@ -70,6 +70,7 @@ class PrefDefaultProvider : public ObservableDefaultProvider,
void ReadDefaultSettings(bool overwrite);
void MigrateObsoleteNotificationPref();
+ void MigrateObsoleteGeolocationPref();
// Copies of the pref data, so that we can read it on the IO thread.
ContentSettings default_content_settings_;

Powered by Google App Engine
This is Rietveld 408576698