| 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 4aad465e3772cd8b6bd61d587ecd3c349d8b1b17..158b2b98534e18ff34611a962e5ee1ef63fb580c 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.cc
|
| @@ -1020,8 +1020,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()),
|
|
|