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

Unified Diff: chrome/browser/app_controller_mac_unittest.mm

Issue 1094103005: Profile chooser on mac was passing wrong value to signin error controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ASI Created 5 years, 8 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/app_controller_mac_unittest.mm
diff --git a/chrome/browser/app_controller_mac_unittest.mm b/chrome/browser/app_controller_mac_unittest.mm
index a0de9d4e3be69e52f86eaf1fe24adb92d64c42d1..470cfec28b5fa3abff502af9537a9f4f0c0f292c 100644
--- a/chrome/browser/app_controller_mac_unittest.mm
+++ b/chrome/browser/app_controller_mac_unittest.mm
@@ -152,7 +152,7 @@ TEST_F(AppControllerTest, TestSigninMenuItemAuthError) {
SigninErrorControllerFactory::GetForProfile(profile_));
GoogleServiceAuthError error(
GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS);
- provider.SetAuthError("user@gmail.com", "user@gmail.com", error);
+ provider.SetAuthError("user@gmail.com", error);
[AppController updateSigninItem:syncMenuItem
shouldShow:YES
currentProfile:profile_];

Powered by Google App Engine
This is Rietveld 408576698