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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.cc

Issue 9703072: Enable tab sync on all platforms by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove NTP changes. Created 8 years, 9 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/sync/glue/sync_backend_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_components_factory_impl.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
index a8eba4a6f5377c501e0f2c7034dfa851c04669fd..07b03e8d029e1bebcbb9b99f5215b922c2f274f0 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
@@ -154,8 +154,7 @@ void ProfileSyncComponentsFactoryImpl::RegisterDataTypes(
// Session sync is disabled by default, but has some logic to automatically
// enable. Register only if explicitly enabled and not explicitly disabled.
Nicolas Zea 2012/03/15 17:58:52 Update comment (enabled by default now).
Patrick Dubroy 2012/03/16 09:01:28 Done.
- if (command_line_->HasSwitch(switches::kEnableSyncTabs) &&
- !command_line_->HasSwitch(switches::kDisableSyncTabs)) {
+ if (!command_line_->HasSwitch(switches::kDisableSyncTabs)) {
pss->RegisterDataTypeController(
new SessionDataTypeController(this, profile_, pss));
}
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698