| Index: content/public/browser/download_manager.h
|
| diff --git a/content/public/browser/download_manager.h b/content/public/browser/download_manager.h
|
| index 1d60213cc5183bf9a513ec2242ee53a37f6c72b8..36f0ae3cd11bced461fbc0e0563bb3c236871406 100644
|
| --- a/content/public/browser/download_manager.h
|
| +++ b/content/public/browser/download_manager.h
|
| @@ -152,8 +152,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
|
|
|