Commit 37643b3f authored by akalin@chromium.org's avatar akalin@chromium.org

[Sync] Set HasCustomGroupsToChange() to true for ProcessUpdatesCommand

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

BUG=97832
TEST=

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114090 0039d316-1c4b-4281-b951-d872f2087c98
parent 89a2f086
......@@ -28,8 +28,7 @@ ProcessUpdatesCommand::ProcessUpdatesCommand() {}
ProcessUpdatesCommand::~ProcessUpdatesCommand() {}
bool ProcessUpdatesCommand::HasCustomGroupsToChange() const {
// TODO(akalin): Set to true.
return false;
return true;
}
std::set<ModelSafeGroup> ProcessUpdatesCommand::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