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

Unified Diff: sync/sessions/sync_session.cc

Issue 10559104: sync: Process 'control' data separately (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename, cleanup, fix tests Created 8 years, 6 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
« no previous file with comments | « sync/internal_api/sync_manager.cc ('k') | sync/sessions/sync_session_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/sync_session.cc
diff --git a/sync/sessions/sync_session.cc b/sync/sessions/sync_session.cc
index 876c736b15f66b3984400278ff358ff8516d4693..10a0eee337902bf26c0ded96588e782aa08e72f1 100644
--- a/sync/sessions/sync_session.cc
+++ b/sync/sessions/sync_session.cc
@@ -29,6 +29,7 @@ std::set<ModelSafeGroup> ComputeEnabledGroups(
// GROUP_PASSIVE is always enabled, since that's the group that
// top-level folders map to.
enabled_groups.insert(GROUP_PASSIVE);
+ enabled_groups.insert(GROUP_CONTROL); // FIXME comment.
if (DCHECK_IS_ON()) {
// We sometimes create dummy SyncSession objects (see
// SyncScheduler::InitialSnapshot) so don't check in that case.
« no previous file with comments | « sync/internal_api/sync_manager.cc ('k') | sync/sessions/sync_session_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698