| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index 4d854e201c842d7a6f2bd136a127393b9b1f9f7c..136ab34445b9fe420a7577f9ed46a07b000a4867 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -153,8 +153,6 @@ class CONTENT_EXPORT DownloadManager
|
| // |reason| is a download interrupt reason code.
|
| virtual void OnDownloadInterrupted(
|
| int32 download_id,
|
| - int64 size,
|
| - const std::string& hash_state,
|
| DownloadInterruptReason reason) = 0;
|
|
|
| // Remove downloads after remove_begin (inclusive) and before remove_end
|
|
|