| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 77bda230b37d50d692398ff9756154be479f5915..03b3b922ff7b23df0f026fda17c4b471c78950e2 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -219,10 +219,6 @@ void SyncTest::AddOptionalTypesToCommandLine(CommandLine* cl) {
|
| // TODO(sync): Remove this once sessions sync is enabled by default.
|
| if (!cl->HasSwitch(switches::kEnableSyncTabs))
|
| cl->AppendSwitch(switches::kEnableSyncTabs);
|
| - // TODO(kalman): Remove this once extension/app settings sync is enabled by
|
| - // default.
|
| - if (!cl->HasSwitch(switches::kEnableSyncExtensionSettings))
|
| - cl->AppendSwitch(switches::kEnableSyncExtensionSettings);
|
| }
|
|
|
| // static
|
|
|