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

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: Rebase 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 f14ed9d8e11d36ae2d4b62130bfe1155568b1700..01b0b159c517e36e08617bac21b27ebe0e30b2fe 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:
« no previous file with comments | « chrome/browser/ui/webui/signin_internals_ui.cc ('k') | components/signin/core/browser/about_signin_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698