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

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

Issue 9036003: Avoid useless SYNC_CYCLE_CONTINUATION sync cycle (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 93736de6a4ef69cf210fbc1eb7463f3b8b683ced..92f337c7393147db2919f4c68b113d83df23c54e 100644
--- a/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
+++ b/chrome/browser/sync/engine/model_changing_syncer_command_unittest.cc
@@ -31,9 +31,10 @@ class FakeModelChangingSyncerCommand : public ModelChangingSyncerCommand {
return session.GetEnabledGroups();
}
- virtual void ModelChangingExecuteImpl(
+ virtual SyncerError ModelChangingExecuteImpl(
sessions::SyncSession* session) OVERRIDE {
changed_groups_.insert(session->status_controller().group_restriction());
+ return NO_ERROR;
}
private:
« no previous file with comments | « chrome/browser/sync/engine/model_changing_syncer_command.cc ('k') | chrome/browser/sync/engine/model_safe_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698