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

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

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/existing_user_controller_browsertest.cc
===================================================================
--- chrome/browser/chromeos/login/existing_user_controller_browsertest.cc (revision 177312)
+++ chrome/browser/chromeos/login/existing_user_controller_browsertest.cc (working copy)
@@ -250,7 +250,7 @@
.Times(1)
.WillOnce(WithArg<0>(Invoke(CreateAuthenticator)));
EXPECT_CALL(*mock_login_utils_,
- PrepareProfile(kUsername, _, kPassword, false, _, _, _))
+ PrepareProfile(kUsername, _, kPassword, _, _, _))
.Times(1)
.WillOnce(InvokeWithoutArgs(&profile_prepared_cb_,
&base::Callback<void(void)>::Run));
@@ -310,7 +310,7 @@
.Times(1)
.WillOnce(WithArg<0>(Invoke(CreateAuthenticatorNewUser)));
EXPECT_CALL(*mock_login_utils_,
- PrepareProfile(kNewUsername, _, kPassword, false, _, _, _))
+ PrepareProfile(kNewUsername, _, kPassword, _, _, _))
.Times(1)
.WillOnce(InvokeWithoutArgs(&profile_prepared_cb_,
&base::Callback<void(void)>::Run));
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698