Commit a6020877 authored by akalin@chromium.org's avatar akalin@chromium.org

[Sync] Set HasCustomGroupsToChange() to true for ProcessCommitResponseCommand

Follow-up to 113090 to see which ModelChangingSyncerCommand triggers
a perf regression.

BUG=97832
TEST=
TBR=tim@chromium.org

Review URL: http://codereview.chromium.org/8819027

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113270 0039d316-1c4b-4281-b951-d872f2087c98
parent 8df95d3b
......@@ -61,8 +61,7 @@ ProcessCommitResponseCommand::ProcessCommitResponseCommand() {}
ProcessCommitResponseCommand::~ProcessCommitResponseCommand() {}
bool ProcessCommitResponseCommand::HasCustomGroupsToChange() const {
// TODO(akalin): Set to true.
return false;
return true;
}
std::set<ModelSafeGroup> ProcessCommitResponseCommand::GetGroupsToChange(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment