| Index: chrome/browser/ntp_snippets/fake_download_item.h
|
| diff --git a/chrome/browser/ntp_snippets/fake_download_item.h b/chrome/browser/ntp_snippets/fake_download_item.h
|
| index 009e1746182f8d14492b3fdb43d207b4d96b84c9..7992d971aaabc5fccebdf758a8b31717704b2069 100644
|
| --- a/chrome/browser/ntp_snippets/fake_download_item.h
|
| +++ b/chrome/browser/ntp_snippets/fake_download_item.h
|
| @@ -116,6 +116,7 @@ class FakeDownloadItem : public content::DownloadItem {
|
| bool GetAutoOpened() override;
|
| bool GetOpened() const override;
|
| base::Time GetLastAccessTime() const override;
|
| + bool IsVisible() const override;
|
| content::BrowserContext* GetBrowserContext() const override;
|
| content::WebContents* GetWebContents() const override;
|
| void OnContentCheckCompleted(
|
|
|