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

Unified Diff: sync/engine/sync_scheduler_impl.cc

Issue 10832286: sync: Introduce control data types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years, 4 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_impl.cc
diff --git a/sync/engine/sync_scheduler_impl.cc b/sync/engine/sync_scheduler_impl.cc
index 6db3260fd93539794f0be2b16e8135d1c8133186..9c1126365397f7b8ef85c48710611e388f86cc64 100644
--- a/sync/engine/sync_scheduler_impl.cc
+++ b/sync/engine/sync_scheduler_impl.cc
@@ -313,6 +313,7 @@ void BuildModelSafeParams(
std::vector<ModelSafeWorker*>* result_workers) {
std::set<ModelSafeGroup> active_groups;
active_groups.insert(GROUP_PASSIVE);
+ active_groups.insert(GROUP_CONTROL);
for (ModelTypeSet::Iterator iter = types_to_download.First(); iter.Good();
iter.Inc()) {
ModelType type = iter.Get();

Powered by Google App Engine
This is Rietveld 408576698