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

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

Issue 8957001: [Sync] Remove ModelChangingSyncerCommand::HasCustomGroups() (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
Index: chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
diff --git a/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc b/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
index ba045f964d24ad04c06fc03bc449e782ae779a9f..93736de6a4ef69cf210fbc1eb7463f3b8b683ced 100644
--- a/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
+++ b/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
@@ -26,10 +26,6 @@ class FakeModelChangingSyncerCommand : public ModelChangingSyncerCommand {
}
protected:
- virtual bool HasCustomGroupsToChange() const OVERRIDE {
- return false;
- }
-
virtual std::set<ModelSafeGroup> GetGroupsToChange(
const sessions::SyncSession& session) const OVERRIDE {
return session.GetEnabledGroups();

Powered by Google App Engine
This is Rietveld 408576698