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

Unified Diff: sync/engine/process_updates_command.cc

Issue 9950137: [not for review] sync: Don't use group_restriction from ApplyUpdatesCommand. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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/engine/model_safe_worker.cc ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/process_updates_command.cc
diff --git a/sync/engine/process_updates_command.cc b/sync/engine/process_updates_command.cc
index 72628311dfdeaec05c01b74d92e5959d121d0777..7b1544846370bfb422e4942ecc69bfde407befaa 100644
--- a/sync/engine/process_updates_command.cc
+++ b/sync/engine/process_updates_command.cc
@@ -63,6 +63,7 @@ SyncerError ProcessUpdatesCommand::ModelChangingExecuteImpl(
}
StatusController* status = session->mutable_status_controller();
+ status->mutable_update_progress()->CollectUpdatesToApply(dir, &trans);
status->mutable_update_progress()->ClearVerifiedUpdates();
return SYNCER_OK;
}
« no previous file with comments | « sync/engine/model_safe_worker.cc ('k') | sync/sessions/session_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698