| 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 93f6721ca74d4a61aa455f7f1c7050d9df011926..f1e0c9d9494ee32217bcfd82a18ad6003da1b0f3 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -62,6 +62,7 @@ class ChromeDownloadManagerDelegate
|
| GetAlternativeWebContentsToNotifyForDownload() OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension(const FilePath& path) OVERRIDE;
|
| virtual bool ShouldCompleteDownload(content::DownloadItem* item) OVERRIDE;
|
| + virtual bool ShouldOpenWithWebIntent(content::DownloadItem* item) OVERRIDE;
|
| virtual bool ShouldOpenDownload(content::DownloadItem* item) OVERRIDE;
|
| virtual bool GenerateFileHash() OVERRIDE;
|
| virtual void AddItemToPersistentStore(content::DownloadItem* item) OVERRIDE;
|
|
|