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

Unified Diff: chrome/browser/signin/cross_device_promo.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 | « chrome/browser/signin/account_reconcilor_unittest.cc ('k') | chrome/browser/signin/cross_device_promo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/cross_device_promo.h
diff --git a/chrome/browser/signin/cross_device_promo.h b/chrome/browser/signin/cross_device_promo.h
index 50dd4798e55c396d3593473396ea822f90277842..9913196f9bac31e3c4cb69141017c7edefd8267c 100644
--- a/chrome/browser/signin/cross_device_promo.h
+++ b/chrome/browser/signin/cross_device_promo.h
@@ -44,7 +44,7 @@ class CrossDevicePromo : public KeyedService,
// GaiaCookieManagerService::Observer:
void OnGaiaAccountsInCookieUpdated(
- const std::vector<std::pair<std::string, bool>>& accounts,
+ const std::vector<gaia::ListedAccount>& accounts,
const GoogleServiceAuthError& error) override;
// DeviceActivityFetcher::Observer:
« no previous file with comments | « chrome/browser/signin/account_reconcilor_unittest.cc ('k') | chrome/browser/signin/cross_device_promo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698