| Index: content/browser/download/download_manager_impl.h
|
| diff --git a/content/browser/download/download_manager_impl.h b/content/browser/download/download_manager_impl.h
|
| index 90dda08db981b1ee0744e1513009d513196854f4..56409de890ffcdd92b94f59d84ce411408dc267a 100644
|
| --- a/content/browser/download/download_manager_impl.h
|
| +++ b/content/browser/download/download_manager_impl.h
|
| @@ -98,6 +98,7 @@ class CONTENT_EXPORT DownloadManagerImpl
|
|
|
| // Overridden from DownloadItemImpl::Delegate
|
| // (Note that |GetBrowserContext| are present in both interfaces.)
|
| + virtual bool ShouldOpenWithWebIntent(content::DownloadItem* item) OVERRIDE;
|
| virtual bool ShouldOpenDownload(content::DownloadItem* item) OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension(
|
| const FilePath& path) OVERRIDE;
|
|
|