Index: content/public/test/mock_download_item.h |
diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h |
index f59a6d6e9311ccc4a66605cbeebec2404af81553..5f783bcacaacc9abeeecd3c41f159341d6c35e24 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -84,6 +84,8 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetPersistentStoreInfo, DownloadPersistentStoreInfo()); |
MOCK_CONST_METHOD0(GetBrowserContext, BrowserContext*()); |
MOCK_CONST_METHOD0(GetWebContents, WebContents*()); |
+ MOCK_METHOD1(SetShouldShowInDownloadsUI, void(bool)); |
+ MOCK_CONST_METHOD0(ShouldShowInDownloadsUI, bool()); |
MOCK_METHOD1(DelayedDownloadOpened, void(bool)); |
MOCK_METHOD1(OnContentCheckCompleted, void(DownloadDangerType)); |
MOCK_METHOD1(SetOpenWhenComplete, void(bool)); |