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

Unified Diff: components/sync/engine/sync_manager.cc

Issue 2442453002: [Sync] Adds a new switch for enabling the new local server backend. (Closed)
Patch Set: Fix InitArgs contructor. Created 4 years, 1 month 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: components/sync/engine/sync_manager.cc
diff --git a/components/sync/engine/sync_manager.cc b/components/sync/engine/sync_manager.cc
index 90fa6b73ac6de67e1a76626b3427322c800b429b..7cd7daac1eda00c162807ef05af53a2b67ae9f90 100644
--- a/components/sync/engine/sync_manager.cc
+++ b/components/sync/engine/sync_manager.cc
@@ -19,7 +19,8 @@ SyncManager::ChangeObserver::~ChangeObserver() {}
SyncManager::Observer::~Observer() {}
SyncManager::InitArgs::InitArgs()
- : extensions_activity(nullptr),
+ : enable_local_sync_backend(false),
+ extensions_activity(nullptr),
change_delegate(nullptr),
encryptor(nullptr),
cancelation_signal(nullptr) {}
« no previous file with comments | « components/sync/engine/sync_manager.h ('k') | components/sync/engine_impl/loopback_server/loopback_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698