Index: chrome/browser/download/chrome_download_manager_delegate.h |
diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h |
index e5ee17dffb732aa0f92b0d3a75591949954ce948..8ed9804c4047f1aaac2561fc182ed741e2002238 100644 |
--- a/chrome/browser/download/chrome_download_manager_delegate.h |
+++ b/chrome/browser/download/chrome_download_manager_delegate.h |
@@ -61,7 +61,9 @@ class ChromeDownloadManagerDelegate |
virtual content::WebContents* |
GetAlternativeWebContentsToNotifyForDownload() OVERRIDE; |
virtual bool ShouldOpenFileBasedOnExtension(const FilePath& path) OVERRIDE; |
- virtual bool ShouldCompleteDownload(content::DownloadItem* item) OVERRIDE; |
+ virtual bool ShouldCompleteDownload( |
+ content::DownloadItem* item, |
+ const base::Closure& maybe_complete_download) OVERRIDE; |
virtual bool ShouldOpenDownload(content::DownloadItem* item) OVERRIDE; |
virtual bool GenerateFileHash() OVERRIDE; |
virtual void AddItemToPersistentStore(content::DownloadItem* item) OVERRIDE; |