| 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 7bc6ab8e105da79e775efbb4d1a31a64add3fbcd..e9ab9c97445bc6c00c49d39cb5d411b1c0735866 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -197,6 +197,10 @@ void SyncTest::AddTestSwitches(CommandLine* cl) {
|
| // Disable non-essential access of external network resources.
|
| if (!cl->HasSwitch(switches::kDisableBackgroundNetworking))
|
| cl->AppendSwitch(switches::kDisableBackgroundNetworking);
|
| +
|
| + // TODO(sync): remove this once keystore encryption is enabled by default.
|
| + if (!cl->HasSwitch(switches::kSyncKeystoreEncryption))
|
| + cl->AppendSwitch(switches::kSyncKeystoreEncryption);
|
| }
|
|
|
| void SyncTest::AddOptionalTypesToCommandLine(CommandLine* cl) {}
|
|
|