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

Unified Diff: chrome/browser/chromeos/login/fake_login_utils.cc

Issue 656283002: [session_manager] Move user session initialization code out of ExistingUserController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move first run session init and browser launch out of EUC Created 6 years, 2 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/chromeos/login/fake_login_utils.cc
diff --git a/chrome/browser/chromeos/login/fake_login_utils.cc b/chrome/browser/chromeos/login/fake_login_utils.cc
index 342ac868b479ed0f013614a42638caf993538a2d..54dd4b72ef1dbbb213b52384dc9b4caeff834e05 100644
--- a/chrome/browser/chromeos/login/fake_login_utils.cc
+++ b/chrome/browser/chromeos/login/fake_login_utils.cc
@@ -90,7 +90,7 @@ void FakeLoginUtils::PrepareProfile(const UserContext& user_context,
content::NotificationService::AllSources(),
content::Details<Profile>(profile));
if (delegate)
- delegate->OnProfilePrepared(profile);
+ delegate->OnProfilePrepared(profile, false);
}
void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {

Powered by Google App Engine
This is Rietveld 408576698