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

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

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.h
diff --git a/chrome/browser/signin/chrome_signin_client.h b/chrome/browser/signin/chrome_signin_client.h
index f65508afb96b33e51fe6a4e8f58d861df933990d..4712b3ccb94dae747b91a780ccee46ab7b264b83 100644
--- a/chrome/browser/signin/chrome_signin_client.h
+++ b/chrome/browser/signin/chrome_signin_client.h
@@ -60,7 +60,8 @@ class ChromeSigninClient : public SigninClient,
virtual std::string GetProductVersion() OVERRIDE;
virtual scoped_ptr<CookieChangedCallbackList::Subscription>
AddCookieChangedCallback(const CookieChangedCallback& callback) OVERRIDE;
- virtual void GoogleSigninSucceeded(const std::string& username,
+ virtual void GoogleSigninSucceeded(const std::string& account_id,
+ const std::string& username,
const std::string& password) OVERRIDE;
// content::NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698