| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index 431827abfeb8c946bcc18910d54b83087d5fcdf8..e3ea8aeadd79b2646c047d088325f15008b39a26 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -97,6 +97,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual DownloadState GetState() const OVERRIDE;
|
| virtual DownloadInterruptReason GetLastReason() const OVERRIDE;
|
| virtual bool IsPaused() const OVERRIDE;
|
| + virtual bool CanResumeInterrupted() const OVERRIDE;
|
| virtual bool IsTemporary() const OVERRIDE;
|
| virtual bool IsPartialDownload() const OVERRIDE;
|
| virtual bool IsInProgress() const OVERRIDE;
|
| @@ -139,6 +140,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual base::Time GetEndTime() const OVERRIDE;
|
| virtual bool CanShowInFolder() OVERRIDE;
|
| virtual bool CanOpenDownload() OVERRIDE;
|
| + virtual bool CanResumeDownload() const OVERRIDE;
|
| virtual bool ShouldOpenFileBasedOnExtension() OVERRIDE;
|
| virtual bool GetOpenWhenComplete() const OVERRIDE;
|
| virtual bool GetAutoOpened() OVERRIDE;
|
|
|