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 |
} |
} |