| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index d0604842ef200c93d302ffafef2f4a6e54085b08..8e88f42da7d13e87cfa497c76bf38f163987631a 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -111,6 +111,10 @@ void Profile::RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| prefs::kDefaultApps,
|
| "install",
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterIntegerPref(
|
| + prefs::kProfileIconVersion,
|
| + 0,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| #if defined(OS_CHROMEOS)
|
| // TODO(dilmah): For OS_CHROMEOS we maintain kApplicationLocale in both
|
| // local state and user's profile. For other platforms we maintain
|
|
|