Index: content/browser/download/download_manager_impl_unittest.cc |
diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc |
index 3c24652cc1aed914c9246d30868a32b11ec7516b..235c028eb668b80a4dcf27b7eed02f0d5db96768 100644 |
--- a/content/browser/download/download_manager_impl_unittest.cc |
+++ b/content/browser/download/download_manager_impl_unittest.cc |
@@ -158,6 +158,8 @@ class MockDownloadItemImpl : public DownloadItemImpl { |
content::DownloadPersistentStoreInfo()); |
MOCK_CONST_METHOD0(GetBrowserContext, content::BrowserContext*()); |
MOCK_CONST_METHOD0(GetWebContents, content::WebContents*()); |
+ MOCK_METHOD1(SetShouldShowInDownloadsUI, void(bool)); |
+ MOCK_CONST_METHOD0(ShouldShowInDownloadsUI, bool()); |
MOCK_CONST_METHOD0(GetFileNameToReportUser, FilePath()); |
MOCK_METHOD1(SetDisplayName, void(const FilePath&)); |
MOCK_CONST_METHOD0(GetUserVerifiedFilePath, FilePath()); |