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

Unified Diff: chrome/browser/sync/engine/download_updates_command.h

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/download_updates_command.h
diff --git a/chrome/browser/sync/engine/download_updates_command.h b/chrome/browser/sync/engine/download_updates_command.h
index 293c99a333095bd315dd9ffe78dd5ccc2fd51f04..54ea97ece7e4ad8f306364375389226fefb7fa5f 100644
--- a/chrome/browser/sync/engine/download_updates_command.h
+++ b/chrome/browser/sync/engine/download_updates_command.h
@@ -44,7 +44,10 @@ class DownloadUpdatesCommand : public SyncerCommand {
virtual ~DownloadUpdatesCommand();
// SyncerCommand implementation.
- virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
+ virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
+
+ void SetRequestedTypes(const syncable::ModelTypeSet& target_datatypes,
+ sync_pb::EntitySpecifics* filter_protobuf);
private:
FRIEND_TEST_ALL_PREFIXES(DownloadUpdatesCommandTest, VerifyAppendDebugInfo);
« no previous file with comments | « chrome/browser/sync/engine/clear_data_command.cc ('k') | chrome/browser/sync/engine/download_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698