Index: content/browser/download/download_item_impl.h |
=================================================================== |
--- content/browser/download/download_item_impl.h (revision 146176) |
+++ content/browser/download/download_item_impl.h (working copy) |
@@ -253,13 +253,11 @@ |
// Callback invoked when the download has been renamed to its final name. |
void OnDownloadRenamedToFinalName(DownloadFileManager* file_manager, |
- content::DownloadInterruptReason reason, |
const FilePath& full_path); |
// Callback invoked when the download has been renamed to its intermediate |
// name. |
- void OnDownloadRenamedToIntermediateName( |
- content::DownloadInterruptReason reason, const FilePath& full_path); |
+ void OnDownloadRenamedToIntermediateName(const FilePath& full_path); |
// Callback from file thread when we release the DownloadFile. |
void OnDownloadFileReleased(); |