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

Unified Diff: sync/engine/sync_scheduler_whitebox_unittest.cc

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move GetEncryptionKey logic into GetUpdates 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: sync/engine/sync_scheduler_whitebox_unittest.cc
diff --git a/sync/engine/sync_scheduler_whitebox_unittest.cc b/sync/engine/sync_scheduler_whitebox_unittest.cc
index 760083fb0c7322d164570b3c0e5308dec9edd12a..04ce87ad6e1fab2b4c3fa6b9d3b37e847d098f36 100644
--- a/sync/engine/sync_scheduler_whitebox_unittest.cc
+++ b/sync/engine/sync_scheduler_whitebox_unittest.cc
@@ -51,7 +51,8 @@ class SyncSchedulerWhiteboxTest : public testing::Test {
connection_.get(), dir_maker_.directory(),
routes, workers, &extensions_activity_monitor_,
throttled_data_type_tracker_.get(),
- std::vector<SyncEngineEventListener*>(), NULL, NULL));
+ std::vector<SyncEngineEventListener*>(), NULL, NULL,
+ true /* enable keystore encryption */));
context_->set_notifications_enabled(true);
context_->set_account_name("Test");
scheduler_.reset(

Powered by Google App Engine
This is Rietveld 408576698