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

Unified Diff: components/signin/core/browser/about_signin_internals.h

Issue 1162103003: ListAccounts will return the Gaia ID as well as the email of the account. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: show raw email in signin internals Created 5 years, 6 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: components/signin/core/browser/about_signin_internals.h
diff --git a/components/signin/core/browser/about_signin_internals.h b/components/signin/core/browser/about_signin_internals.h
index a2c1d23ecbc56b42bd6e49e05c9c72530e4fc568..9e1d1b08aabea4e337af657cb049922cf2e2e1a8 100644
--- a/components/signin/core/browser/about_signin_internals.h
+++ b/components/signin/core/browser/about_signin_internals.h
@@ -90,7 +90,7 @@ class AboutSigninInternals
// GaiaCookieManagerService::Observer implementations.
void OnGaiaAccountsInCookieUpdated(
- const std::vector<std::pair<std::string, bool> >& gaia_accounts,
+ const std::vector<gaia::ListedAccount>& gaia_accounts,
const GoogleServiceAuthError& error) override;
private:

Powered by Google App Engine
This is Rietveld 408576698