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

Unified Diff: chrome/browser/prefs/chrome_command_line_pref_store.cc

Issue 2494873003: [Sync] Allow sync start without sign-in if the local sync backend is on. (Closed)
Patch Set: Remove ifdefs around include. Created 4 years 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/prefs/chrome_command_line_pref_store.cc
diff --git a/chrome/browser/prefs/chrome_command_line_pref_store.cc b/chrome/browser/prefs/chrome_command_line_pref_store.cc
index 9138af4cda134684bd96a2b71341bca8d5aa8d78..1f19e9d6cc0bb010413977e25dc056c5232ddae9 100644
--- a/chrome/browser/prefs/chrome_command_line_pref_store.cc
+++ b/chrome/browser/prefs/chrome_command_line_pref_store.cc
@@ -83,7 +83,7 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
#endif
{switches::kUnsafePacUrl, prefs::kPacHttpsUrlStrippingEnabled, false},
{switches::kEnableLocalSyncBackend,
- syncer::prefs::kEnableLocalSyncBackend, false},
+ syncer::prefs::kEnableLocalSyncBackend, true},
};
const CommandLinePrefStore::SwitchToPreferenceMapEntry
« no previous file with comments | « chrome/browser/history/web_history_service_factory.cc ('k') | chrome/browser/sync/profile_sync_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698