diff options
Diffstat (limited to 'chrome/browser/sync/engine/download_updates_command.h')
-rw-r--r-- | chrome/browser/sync/engine/download_updates_command.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/sync/engine/download_updates_command.h b/chrome/browser/sync/engine/download_updates_command.h index f40a453..293c99a 100644 --- a/chrome/browser/sync/engine/download_updates_command.h +++ b/chrome/browser/sync/engine/download_updates_command.h @@ -46,9 +46,6 @@ class DownloadUpdatesCommand : public SyncerCommand { // SyncerCommand implementation. virtual void ExecuteImpl(sessions::SyncSession* session) OVERRIDE; - void SetRequestedTypes(const syncable::ModelTypeBitSet& target_datatypes, - sync_pb::EntitySpecifics* filter_protobuf); - private: FRIEND_TEST_ALL_PREFIXES(DownloadUpdatesCommandTest, VerifyAppendDebugInfo); void AppendClientDebugInfoIfNeeded(sessions::SyncSession* session, |