| 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 a9a081a4d1150d5c2f4c4c73e2a0a9ef9125be0c..31ed5ea4bd7a27f8f70b5cc3dfcd08d12cbeddb3 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -68,8 +68,6 @@ class ChromeDownloadManagerDelegate
|
| virtual bool DetermineDownloadTarget(
|
| content::DownloadItem* item,
|
| const content::DownloadTargetCallback& callback) OVERRIDE;
|
| - virtual content::WebContents*
|
| - GetAlternativeWebContentsToNotifyForDownload() OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension(
|
| const base::FilePath& path) OVERRIDE;
|
| virtual bool ShouldCompleteDownload(
|
|
|