| 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 b57bae0d61ac57222d7a8d0063c6b493f48a7a9f..ac260b136a6b1dc43dc2b69c32c2c9e7bdb0bdc0 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -127,6 +127,7 @@ class CONTENT_EXPORT DownloadItemImpl
|
| virtual const std::string& GetHash() const OVERRIDE;
|
| virtual const std::string& GetHashState() const OVERRIDE;
|
| virtual bool GetFileExternallyRemoved() const OVERRIDE;
|
| + virtual void DeleteFile() OVERRIDE;
|
| virtual bool IsDangerous() const OVERRIDE;
|
| virtual DownloadDangerType GetDangerType() const OVERRIDE;
|
| virtual bool TimeRemaining(base::TimeDelta* remaining) const OVERRIDE;
|
|
|