| 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..78477fab00e4cc6542c5ce8b5872f8663b0f42da 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -51,6 +51,9 @@ class ChromeDownloadManagerDelegate
|
| // Returns true if the given item is for an extension download.
|
| static bool IsExtensionDownload(const content::DownloadItem* item);
|
|
|
| + // Returns true if the given item should be handled by web intents.
|
| + static bool ShouldWebIntentsHandle(const content::DownloadItem& item);
|
| +
|
| virtual void Shutdown() OVERRIDE;
|
| virtual content::DownloadId GetNextId() OVERRIDE;
|
| virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;
|
|
|