Index: chrome/browser/sync/glue/sync_backend_host.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc |
index 204e4ba02634ebf1c0acee84426d0a170453a63c..f316f9a084e4f0a42c5bea28ffe091637cb2d44d 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -1024,8 +1024,7 @@ void SyncBackendHost::Core::DoInitialize(const DoInitializeOptions& options) { |
options.registrar /* as SyncManager::ChangeDelegate */, |
MakeUserAgentForSyncApi(), |
options.credentials, |
- CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kEnableSyncTabsForOtherClients), |
+ true, |
new BridgedSyncNotifier( |
options.chrome_sync_notification_bridge, |
options.sync_notifier_factory->CreateSyncNotifier()), |