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

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

Issue 319633005: Revert 275492 "ChromeOS login webui refactoring : Simplify login..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc (revision 275547)
+++ trunk/src/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc (working copy)
@@ -258,7 +258,7 @@
EXPECT_CALL(*mock_user_manager_, IsCurrentUserNew())
.Times(AnyNumber())
.WillRepeatedly(Return(false));
- existing_user_controller()->Login(user_context, SigninSpecifics());
+ existing_user_controller()->Login(user_context);
content::RunAllPendingInMessageLoop();
}
@@ -577,7 +577,7 @@
ASSERT_TRUE(auto_login_timer());
// Log in and check that it stopped the timer.
- existing_user_controller()->Login(user_context, SigninSpecifics());
+ existing_user_controller()->Login(user_context);
EXPECT_TRUE(is_login_in_progress());
ASSERT_TRUE(auto_login_timer());
EXPECT_FALSE(auto_login_timer()->IsRunning());

Powered by Google App Engine
This is Rietveld 408576698