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

Unified Diff: chrome/browser/signin/chrome_signin_client.cc

Issue 502343002: Add account_id to signin manager notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isauth
Patch Set: rebased 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/signin/chrome_signin_client.cc
diff --git a/chrome/browser/signin/chrome_signin_client.cc b/chrome/browser/signin/chrome_signin_client.cc
index 4f22ad57f75c0604dc23c7bf07a56bd31de19424..45861460ed00ba24d6c4f9e98d0e8a6422964f8c 100644
--- a/chrome/browser/signin/chrome_signin_client.cc
+++ b/chrome/browser/signin/chrome_signin_client.cc
@@ -204,7 +204,8 @@ ChromeSigninClient::AddCookieChangedCallback(
return subscription.Pass();
}
-void ChromeSigninClient::GoogleSigninSucceeded(const std::string& username,
+void ChromeSigninClient::GoogleSigninSucceeded(const std::string& account_id,
+ const std::string& username,
const std::string& password) {
#if !defined(OS_ANDROID) && !defined(OS_IOS) && !defined(OS_CHROMEOS)
// Don't store password hash except for users of new profile management.

Powered by Google App Engine
This is Rietveld 408576698