| 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 c91dfd9e2655ba58a038192fac75aa8654695108..0036f9d75003f6e96a4107126b2ca6d322aa99ab 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(
|
|
|