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

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

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge Created 5 years, 10 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/signin_promo.cc ('k') | chrome/browser/ui/sync/one_click_signin_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_tracker_factory.cc
diff --git a/chrome/browser/signin/signin_tracker_factory.cc b/chrome/browser/signin/signin_tracker_factory.cc
index ff0b0313c9b0376fa9d4f43bd4d49c30838424f4..6a0b12529b3ed1bce5db6ed00ad45f61ed2676cd 100644
--- a/chrome/browser/signin/signin_tracker_factory.cc
+++ b/chrome/browser/signin/signin_tracker_factory.cc
@@ -19,8 +19,7 @@ scoped_ptr<SigninTracker> SigninTrackerFactory::CreateForProfile(
SigninTracker::Observer* observer) {
// Determine whether to use the AccountReconcilor.
AccountReconcilor* account_reconcilor = NULL;
- if (!switches::IsEnableWebBasedSignin() &&
- switches::IsEnableAccountConsistency())
+ if (switches::IsEnableAccountConsistency())
account_reconcilor = AccountReconcilorFactory::GetForProfile(profile);
return scoped_ptr<SigninTracker>(new SigninTracker(
« no previous file with comments | « chrome/browser/signin/signin_promo.cc ('k') | chrome/browser/ui/sync/one_click_signin_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698