| Index: content/public/browser/download_item.h
|
| diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
|
| index 67b4172cf99dbea0784163bdde24e478fee5b844..b895aa27484960529f1f850b8f811a5665144341 100644
|
| --- a/content/public/browser/download_item.h
|
| +++ b/content/public/browser/download_item.h
|
| @@ -303,6 +303,10 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
|
| virtual BrowserContext* GetBrowserContext() const = 0;
|
| virtual WebContents* GetWebContents() const = 0;
|
|
|
| + // Controls whether the download is hidden.
|
| + virtual void SetIsHiddenDownload(bool is_hidden) = 0;
|
| + virtual bool IsHiddenDownload() const = 0;
|
| +
|
| // External state transitions/setters ----------------------------------------
|
| // TODO(rdsmith): These should all be removed; the download item should
|
| // control its own state transitions.
|
|
|