| Index: chrome/browser/sync/engine/process_commit_response_command.cc
|
| diff --git a/chrome/browser/sync/engine/process_commit_response_command.cc b/chrome/browser/sync/engine/process_commit_response_command.cc
|
| index 995e49ea33dc30fc134597608b5a1ab4177da003..a4c3291e041101184f59b8bb64db0d600eef49c2 100644
|
| --- a/chrome/browser/sync/engine/process_commit_response_command.cc
|
| +++ b/chrome/browser/sync/engine/process_commit_response_command.cc
|
| @@ -60,10 +60,6 @@ void ResetErrorCounters(StatusController* status) {
|
| ProcessCommitResponseCommand::ProcessCommitResponseCommand() {}
|
| ProcessCommitResponseCommand::~ProcessCommitResponseCommand() {}
|
|
|
| -bool ProcessCommitResponseCommand::HasCustomGroupsToChange() const {
|
| - return true;
|
| -}
|
| -
|
| std::set<ModelSafeGroup> ProcessCommitResponseCommand::GetGroupsToChange(
|
| const sessions::SyncSession& session) const {
|
| std::set<ModelSafeGroup> groups_with_commits;
|
|
|