| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 72d8c266951df272b96117d9f9e745eb73b34f24..ba92929e49cd491a9db331898b3a2b30e21e3e2e 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -260,7 +260,7 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
|
| void OnDownloadRenamedToFinalName(content::DownloadInterruptReason reason,
|
| const FilePath& full_path);
|
|
|
| - void OnDownloadFileReleased();
|
| + void OnDownloadFileReleased(content::DownloadInterruptReason reason);
|
|
|
| // Called when the entire download operation (including renaming etc)
|
| // is completed.
|
|
|