| 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 92241657f1f67a73e53a36f070d95599304a1e60..94ebc39082143112bc4efddfd41ac2bdcf525a47 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -66,6 +66,8 @@ class ChromeDownloadManagerDelegate
|
| virtual bool DetermineDownloadTarget(
|
| content::DownloadItem* item,
|
| const content::DownloadTargetCallback& callback) OVERRIDE;
|
| + virtual int64 GetIntermediateFileLength(const FilePath& path,
|
| + bool temporary) OVERRIDE;
|
| virtual content::WebContents*
|
| GetAlternativeWebContentsToNotifyForDownload() OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension(const FilePath& path) OVERRIDE;
|
|
|