| Index: components/search_engines/template_url_prepopulate_data.cc
|
| diff --git a/components/search_engines/template_url_prepopulate_data.cc b/components/search_engines/template_url_prepopulate_data.cc
|
| index c1add449796a64a0d838294e0d4c41c190d46418..5d79f666321fd04b8d3af15f6f277e3923233f31 100644
|
| --- a/components/search_engines/template_url_prepopulate_data.cc
|
| +++ b/components/search_engines/template_url_prepopulate_data.cc
|
| @@ -1184,16 +1184,9 @@ bool SameDomain(const GURL& given_url, const GURL& prepopulated_url) {
|
| // Global functions -----------------------------------------------------------
|
|
|
| void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| - registry->RegisterIntegerPref(
|
| - prefs::kCountryIDAtInstall,
|
| - kCountryIDUnknown,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| - registry->RegisterListPref(prefs::kSearchProviderOverrides,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| - registry->RegisterIntegerPref(
|
| - prefs::kSearchProviderOverridesVersion,
|
| - -1,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterIntegerPref(prefs::kCountryIDAtInstall, kCountryIDUnknown);
|
| + registry->RegisterListPref(prefs::kSearchProviderOverrides);
|
| + registry->RegisterIntegerPref(prefs::kSearchProviderOverridesVersion, -1);
|
| }
|
|
|
| int GetDataVersion(PrefService* prefs) {
|
|
|