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

Unified Diff: chrome/browser/sync/profile_sync_service_startup_unittest.cc

Issue 502343002: Add account_id to signin manager notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isauth
Patch Set: Fix android trybots Created 6 years, 4 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/sync/profile_sync_service_startup_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_startup_unittest.cc b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
index cce8965bd30dab6776f74797049374d8c99c5cd6..d18f0514961bc7ce93a93213d6cf19486e5e044d 100644
--- a/chrome/browser/sync/profile_sync_service_startup_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_startup_unittest.cc
@@ -166,7 +166,9 @@ class ProfileSyncServiceStartupTest : public testing::Test {
fake_signin()->SignIn("test_user@gmail.com", "");
#else
fake_signin()->SetAuthenticatedUsername("test_user@gmail.com");
- sync_->GoogleSigninSucceeded("test_user@gmail.com", "");
+ sync_->GoogleSigninSucceeded("test_user@gmail.com",
+ "test_user@gmail.com",
+ "");
#endif
}
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/test/integration/profile_sync_service_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698