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

Unified Diff: components/signin/core/browser/account_reconcilor.cc

Issue 424233002: When the user signs in, make sure to set cookies on all reachable google (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 4 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/account_reconcilor.cc
diff --git a/components/signin/core/browser/account_reconcilor.cc b/components/signin/core/browser/account_reconcilor.cc
index 154c54bfa24b0bb47aac8d269a7f58439ba19658..e1b5f95103cc51388faf6d6445c013f002c6616f 100644
--- a/components/signin/core/browser/account_reconcilor.cc
+++ b/components/signin/core/browser/account_reconcilor.cc
@@ -431,6 +431,8 @@ void AccountReconcilor::StartReconcile() {
is_reconcile_started_ = true;
+ StartFetchingExternalCcResult();
+
// Reset state for validating gaia cookie.
are_gaia_accounts_set_ = false;
gaia_accounts_.clear();
@@ -460,6 +462,10 @@ void AccountReconcilor::GetAccountsFromCookie(
}
}
+void AccountReconcilor::StartFetchingExternalCcResult() {
+ merge_session_helper_.StartFetchingExternalCcResult();
+}
+
void AccountReconcilor::OnListAccountsSuccess(const std::string& data) {
gaia_fetcher_.reset();

Powered by Google App Engine
This is Rietveld 408576698