| 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 05fca77de9942ab0493ae5f146e5e7916884356c..ca43f66919ccaa9a179001b33497973c27776aa2 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) {}
|
|
|