Index: components/sync_driver/sync_prefs.cc |
diff --git a/components/sync_driver/sync_prefs.cc b/components/sync_driver/sync_prefs.cc |
index 6f005ec8bb9058fc435945041d11e7d30867a042..2f3619abac64f309824d414044ec07be7a523d66 100644 |
--- a/components/sync_driver/sync_prefs.cc |
+++ b/components/sync_driver/sync_prefs.cc |
@@ -129,7 +129,6 @@ bool SyncPrefs::HasSyncSetupCompleted() const { |
void SyncPrefs::SetSyncSetupCompleted() { |
DCHECK(CalledOnValidThread()); |
pref_service_->SetBoolean(prefs::kSyncHasSetupCompleted, true); |
- SetSyncRequested(true); |
Nicolas Zea
2016/01/15 21:21:19
Does it make sense to DCHECK that sync was already
maxbogue
2016/01/20 18:31:55
Not really any reason to. I think it will be easie
|
} |
bool SyncPrefs::SyncHasAuthError() const { |