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

Unified Diff: chrome/browser/sync/engine/process_commit_response_command.cc

Issue 8819027: [Sync] Set HasCustomGroupsToChange() to true for ProcessCommitResponseCommand (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 256c0bbac4d7b8efea2e126a8fab33cabfd60f13..995e49ea33dc30fc134597608b5a1ab4177da003 100644
--- a/chrome/browser/sync/engine/process_commit_response_command.cc
+++ b/chrome/browser/sync/engine/process_commit_response_command.cc
@@ -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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698