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

Unified Diff: chrome/browser/chromeos/login/test_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/test_login_utils.cc
diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
index 2365630a935424b40ab97b4c176537baf6eeddf0..0f86d4c1a78a9ed27a79507446af7e47c868749f 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -24,8 +24,9 @@ void TestLoginUtils::PrepareProfile(
Delegate* delegate) {
if (user_context != expected_user_context_)
NOTREACHED();
+
// Profile hasn't been loaded.
- delegate->OnProfilePrepared(NULL);
+ delegate->OnProfilePrepared(NULL, false);
}
void TestLoginUtils::DelegateDeleted(Delegate* delegate) {

Powered by Google App Engine
This is Rietveld 408576698