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

Unified Diff: chrome/browser/signin/cross_device_promo.cc

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/cross_device_promo.h ('k') | chrome/browser/signin/cross_device_promo_unittest.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.cc
diff --git a/chrome/browser/signin/cross_device_promo.cc b/chrome/browser/signin/cross_device_promo.cc
index 095591dfe9e60de8e0a45fab203b4d3a0f449359..eebfbc4971cc284d00e987e5013d315e3a2d85a5 100644
--- a/chrome/browser/signin/cross_device_promo.cc
+++ b/chrome/browser/signin/cross_device_promo.cc
@@ -387,7 +387,7 @@ base::Time CrossDevicePromo::GetTimePref(const std::string& pref) {
}
void CrossDevicePromo::OnGaiaAccountsInCookieUpdated(
- const std::vector<std::pair<std::string, bool>>& accounts,
+ const std::vector<gaia::ListedAccount>& accounts,
const GoogleServiceAuthError& error) {
VLOG(1) << "CrossDevicePromo::OnGaiaAccountsInCookieUpdated. "
<< accounts.size() << " accounts with auth error " << error.state();
« no previous file with comments | « chrome/browser/signin/cross_device_promo.h ('k') | chrome/browser/signin/cross_device_promo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698