Index: chrome/browser/geolocation/geolocation_content_settings_map.cc |
diff --git a/chrome/browser/geolocation/geolocation_content_settings_map.cc b/chrome/browser/geolocation/geolocation_content_settings_map.cc |
index 5239bf2d3675deec8fba142b920d6784d9644e20..daee1bd8d97a9605bd75b0250e5d7e4e3979824a 100644 |
--- a/chrome/browser/geolocation/geolocation_content_settings_map.cc |
+++ b/chrome/browser/geolocation/geolocation_content_settings_map.cc |
@@ -50,8 +50,10 @@ GeolocationContentSettingsMap::GeolocationContentSettingsMap(Profile* profile) |
// static |
void GeolocationContentSettingsMap::RegisterUserPrefs(PrefService* prefs) { |
prefs->RegisterIntegerPref(prefs::kGeolocationDefaultContentSetting, |
- CONTENT_SETTING_ASK); |
- prefs->RegisterDictionaryPref(prefs::kGeolocationContentSettings); |
+ CONTENT_SETTING_ASK, |
+ PrefService::SYNCABLE_PREF); |
+ prefs->RegisterDictionaryPref(prefs::kGeolocationContentSettings, |
+ PrefService::SYNCABLE_PREF); |
} |
ContentSetting GeolocationContentSettingsMap::GetDefaultContentSetting() const { |