| 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 42233357c5602129fb9384df7726bb24d2dc8ae9..e55a0dc743db16b4cb79b8f6ee78ffd2cf5d7a8b 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -104,6 +104,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual DownloadInterruptReason GetLastReason() const OVERRIDE;
|
| virtual bool IsPaused() const OVERRIDE;
|
| virtual bool IsTemporary() const OVERRIDE;
|
| + virtual bool CanResume() const OVERRIDE;
|
| virtual bool IsPartialDownload() const OVERRIDE;
|
| virtual bool IsInProgress() const OVERRIDE;
|
| virtual bool IsCancelled() const OVERRIDE;
|
|
|