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..699a9ef8791f958c2166a880201161efa3eee0dd 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(SetIsHiddenDownload, void(bool)); |
+ MOCK_CONST_METHOD0(IsHiddenDownload, bool()); |
MOCK_CONST_METHOD0(GetFileNameToReportUser, FilePath()); |
MOCK_METHOD1(SetDisplayName, void(const FilePath&)); |
MOCK_CONST_METHOD0(GetUserVerifiedFilePath, FilePath()); |