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

Unified Diff: sync/engine/process_commit_response_command.h

Issue 10916174: Implement a bag of chips for sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 8 years, 3 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/process_commit_response_command.h
diff --git a/sync/engine/process_commit_response_command.h b/sync/engine/process_commit_response_command.h
index a8492552ed995078812e2c3b55d134e275373d15..e9801ed84af371c219640e3a9f85f1124b1377c6 100644
--- a/sync/engine/process_commit_response_command.h
+++ b/sync/engine/process_commit_response_command.h
@@ -56,6 +56,9 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
const sync_pb::ClientToServerResponse& commit_response);
virtual ~ProcessCommitResponseCommand();
+ // SyncerCommand override
+ virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
+
protected:
// ModelChangingSyncerCommand implementation.
virtual std::set<ModelSafeGroup> GetGroupsToChange(

Powered by Google App Engine
This is Rietveld 408576698