Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.cc |
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
| index cd280cd25ebf44f85b695fc3996b9f9f9307dd37..312b4ec5878c842b34d20e3775a111f980f399a7 100644 |
| --- a/chrome/browser/profiles/profile_impl.cc |
| +++ b/chrome/browser/profiles/profile_impl.cc |
| @@ -210,7 +210,7 @@ void ProfileImpl::RegisterUserPrefs(PrefService* prefs) { |
| false, |
| PrefService::SYNCABLE_PREF); |
| prefs->RegisterIntegerPref(prefs::kProfileAvatarIndex, |
| - -1, |
| + 0, |
|
sky
2011/12/05 23:35:30
This is a temporary workaround so sync tests work.
|
| PrefService::SYNCABLE_PREF); |
| prefs->RegisterStringPref(prefs::kProfileName, |
| "", |