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

Unified Diff: sync/internal_api/syncapi_unittest.cc

Issue 10540149: [Sync] Persist keystore key across restarts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: sync/internal_api/syncapi_unittest.cc
diff --git a/sync/internal_api/syncapi_unittest.cc b/sync/internal_api/syncapi_unittest.cc
index f6f524975746d80e7f13483b28a66b5a232eb022..48d351c73f3c7797cf84ee745e6144ff37518d65 100644
--- a/sync/internal_api/syncapi_unittest.cc
+++ b/sync/internal_api/syncapi_unittest.cc
@@ -815,7 +815,7 @@ class SyncManagerTest : public testing::Test,
new TestHttpPostProviderFactory(), routing_info, workers,
&extensions_activity_monitor_, this, "bogus",
credentials,
- sync_notifier_mock_, "",
+ sync_notifier_mock_, "", "",
true, // enable keystore encryption
sync_api::SyncManager::TEST_IN_MEMORY,
&encryptor_,

Powered by Google App Engine
This is Rietveld 408576698