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

Unified Diff: chrome/browser/ui/auto_login_infobar_delegate.cc

Issue 601643002: Use a distinct source parameter on gaia endpoints for the reconcilor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uber
Patch Set: Remove functions Created 6 years, 3 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: chrome/browser/ui/auto_login_infobar_delegate.cc
diff --git a/chrome/browser/ui/auto_login_infobar_delegate.cc b/chrome/browser/ui/auto_login_infobar_delegate.cc
index 18bc3fa43bdbf698171adf84cb08a09cac68e416..f1db5b8755c692b941e97f84632330fae3d037b0 100644
--- a/chrome/browser/ui/auto_login_infobar_delegate.cc
+++ b/chrome/browser/ui/auto_login_infobar_delegate.cc
@@ -87,6 +87,7 @@ AutoLoginRedirector::AutoLoginRedirector(
SigninManagerFactory::GetInstance()->GetForProfile(profile);
ubertoken_fetcher_.reset(new UbertokenFetcher(token_service,
this,
+ GaiaConstants::kChromeSource,
profile->GetRequestContext()));
ubertoken_fetcher_->StartFetchingToken(
signin_manager->GetAuthenticatedAccountId());
« no previous file with comments | « chrome/browser/signin/account_reconcilor_unittest.cc ('k') | components/signin/core/browser/account_reconcilor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698