| Index: chrome/test/live_sync/live_sync_test.cc
|
| diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
|
| index 61c6b2cb4fcaf1b747a7eb2083d0999f9a51fd7b..f03a2c3c07527623e769cf7954d279e73e8c6dd6 100644
|
| --- a/chrome/test/live_sync/live_sync_test.cc
|
| +++ b/chrome/test/live_sync/live_sync_test.cc
|
| @@ -208,10 +208,6 @@ void LiveSyncTest::SetUpCommandLine(CommandLine* cl) {
|
| if (!cl->HasSwitch(switches::kEnableSyncSessions))
|
| cl->AppendSwitch(switches::kEnableSyncSessions);
|
|
|
| - // TODO(sync): Remove this once typed url sync is enabled by default.
|
| - if (!cl->HasSwitch(switches::kEnableSyncTypedUrls))
|
| - cl->AppendSwitch(switches::kEnableSyncTypedUrls);
|
| -
|
| // Disable non-essential access of external network resources.
|
| if (!cl->HasSwitch(switches::kDisableBackgroundNetworking))
|
| cl->AppendSwitch(switches::kDisableBackgroundNetworking);
|
|
|