diff options
Diffstat (limited to 'content/browser/download/download_manager_impl.h')
-rw-r--r-- | content/browser/download/download_manager_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h index ad79935..6edebaa 100644 --- a/content/browser/download/download_manager_impl.h +++ b/content/browser/download/download_manager_impl.h @@ -58,8 +58,6 @@ class CONTENT_EXPORT DownloadManagerImpl virtual void CancelDownload(int32 download_id) OVERRIDE; virtual void OnDownloadInterrupted( int32 download_id, - int64 size, - const std::string& hash_state, content::DownloadInterruptReason reason) OVERRIDE; virtual int RemoveDownloadsBetween(base::Time remove_begin, base::Time remove_end) OVERRIDE; |