| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index be0bafddcf952ee826ee6c1e1567cd5296e6b973..221f9cf83441c6fbcc6d8abf0cb3cc0d19744c27 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -104,6 +104,12 @@ void Profile::RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| prefs::kDefaultApps,
|
| "install",
|
| user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +#if defined(OS_WIN)
|
| + registry->RegisterBooleanPref(
|
| + prefs::kProfileIconCreated,
|
| + false,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| +#endif
|
| #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
|
|
|