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

Unified Diff: chrome/browser/signin/signin_ui_util.cc

Issue 964563002: Replace SetAuthenticatedUsername with SetAuthenticatedAccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@priv
Patch Set: rebased Created 5 years, 8 months 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/signin/signin_ui_util.cc
diff --git a/chrome/browser/signin/signin_ui_util.cc b/chrome/browser/signin/signin_ui_util.cc
index cc6f00921d8b4d244dc50e3640bfc2c751e4ee09..3704336ee3d555cefeaacf783960df741934af13 100644
--- a/chrome/browser/signin/signin_ui_util.cc
+++ b/chrome/browser/signin/signin_ui_util.cc
@@ -161,6 +161,10 @@ void InitializePrefsForProfile(Profile* profile) {
if (profile->IsNewProfile() && switches::IsNewAvatarMenu()) {
profile->GetPrefs()->SetInteger(
prefs::kProfileAvatarTutorialShown, kUpgradeWelcomeTutorialShowMax + 1);
+#ifdef NOT_YET_MON_BOY
Mike Lerman 2015/04/08 14:45:26 Ummmm... is this supposed to be here?
Roger Tawa OOO till Jul 10th 2015/04/08 20:24:21 Oops, that was never meant for other humans to see
+ profile->GetPrefs()->SetInteger(
+ prefs::kAccountIdMigrationState, AccountTrackerService::MIGRATION_DONE);
+#endif
}
}

Powered by Google App Engine
This is Rietveld 408576698