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

Unified Diff: chrome/browser/sync/test/integration/profile_sync_service_harness.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/test/integration/profile_sync_service_harness.cc
diff --git a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
index d3d942e84b1c69944ee75d93ce6cc494d9bd2aae..f145e72d2a1b3bf105ca3833edf3dd4f5aadc3c7 100644
--- a/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
+++ b/chrome/browser/sync/test/integration/profile_sync_service_harness.cc
@@ -160,7 +160,7 @@ bool ProfileSyncServiceHarness::SetupSync(
// Authenticate sync client using GAIA credentials.
service()->signin()->SetAuthenticatedUsername(username_);
- service()->GoogleSigninSucceeded(username_, password_);
+ service()->GoogleSigninSucceeded(username_, username_, password_);
#if defined(ENABLE_MANAGED_USERS)
std::string account_id = profile_->IsSupervised() ?

Powered by Google App Engine
This is Rietveld 408576698