Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 8786006: Changes the visibility of the 'mobile' node based on whether (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk and other fun Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
"",

Powered by Google App Engine
This is Rietveld 408576698