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

Unified Diff: components/sync/engine_impl/model_type_worker.h

Issue 2442583003: [Sync] Start implementation of migration for USS. (Closed)
Patch Set: Fix other tests. Created 4 years, 2 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: components/sync/engine_impl/model_type_worker.h
diff --git a/components/sync/engine_impl/model_type_worker.h b/components/sync/engine_impl/model_type_worker.h
index 4d480415e6d4a96e9119fb49e70a73e7abd0ba2c..8e4a1c77df0ed8f6ff490ff9fefba2bb1528c545 100644
--- a/components/sync/engine_impl/model_type_worker.h
+++ b/components/sync/engine_impl/model_type_worker.h
@@ -59,6 +59,7 @@ class ModelTypeWorker : public UpdateHandler,
public:
ModelTypeWorker(ModelType type,
const sync_pb::ModelTypeState& initial_state,
+ bool trigger_initial_sync,
std::unique_ptr<Cryptographer> cryptographer,
NudgeHandler* nudge_handler,
std::unique_ptr<ModelTypeProcessor> model_type_processor);

Powered by Google App Engine
This is Rietveld 408576698