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

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: Rebase 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 ff177b4f8347ec1bcd5582ee5c4873bb1cf948ec..b21497cd6bfaf73edacb0dfac514ef1e23169272 100644
--- a/sync/engine/sync_scheduler_impl.cc
+++ b/sync/engine/sync_scheduler_impl.cc
@@ -301,6 +301,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