Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fred's comments Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698