Index: chrome/browser/sync/profile_sync_factory_impl.cc |
diff --git a/chrome/browser/sync/profile_sync_factory_impl.cc b/chrome/browser/sync/profile_sync_factory_impl.cc |
index ca19a99f04057be29999e55756105165bb4eb55c..e7e02508807c52462721e172772dab9df5e3fb72 100644 |
--- a/chrome/browser/sync/profile_sync_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_factory_impl.cc |
@@ -150,7 +150,7 @@ void ProfileSyncFactoryImpl::RegisterDataTypes(ProfileSyncService* pss) { |
// Session sync is disabled by default. Register only if explicitly |
// enabled. |
- if (command_line_->HasSwitch(switches::kEnableSyncSessions)) { |
+ if (command_line_->HasSwitch(switches::kEnableSyncTabs)) { |
pss->RegisterDataTypeController( |
new SessionDataTypeController(this, profile_, pss)); |
} |