summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/process_commit_response_command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/engine/process_commit_response_command.cc')
-rw-r--r--chrome/browser/sync/engine/process_commit_response_command.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/engine/process_commit_response_command.cc b/chrome/browser/sync/engine/process_commit_response_command.cc
index b16601a..761aeba 100644
--- a/chrome/browser/sync/engine/process_commit_response_command.cc
+++ b/chrome/browser/sync/engine/process_commit_response_command.cc
@@ -168,8 +168,6 @@ SyncerError ProcessCommitResponseCommand::ProcessCommitResponse(
}
}
- // TODO(sync): move status reporting elsewhere.
- status->increment_num_conflicting_commits_by(conflicting_commits);
SyncerUtil::MarkDeletedChildrenSynced(dir, &deleted_folders);
int commit_count = static_cast<int>(proj.size());