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

Unified Diff: chrome/browser/chromeos/login/signin/oauth2_login_manager.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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/signin/oauth2_login_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/signin/oauth2_login_manager.h
diff --git a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
index ba774c4fdafc8f10afa8fe029235d434d90d1c14..580f3cb5d0ca373dbf278a0f0d742dfd103265bb 100644
--- a/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
+++ b/chrome/browser/chromeos/login/signin/oauth2_login_manager.h
@@ -157,7 +157,7 @@ class OAuth2LoginManager : public KeyedService,
void OnSessionMergeSuccess() override;
void OnSessionMergeFailure(bool connection_error) override;
void OnListAccountsSuccess(
- const std::vector<std::pair<std::string, bool>>& accounts) override;
+ const std::vector<gaia::ListedAccount>& accounts) override;
void OnListAccountsFailure(bool connection_error) override;
// OAuth2TokenFetcher::Delegate overrides.
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/signin/oauth2_login_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698