Index: content/public/test/mock_download_manager.h |
diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h |
index cb2614dee7bcf02bbc5217eda73bb2e8179a951f..764221e022f2cff86491595a07880703f9462075 100644 |
--- a/content/public/test/mock_download_manager.h |
+++ b/content/public/test/mock_download_manager.h |
@@ -71,7 +71,6 @@ class MockDownloadManager : public content::DownloadManager { |
int64 db_handle)); |
MOCK_CONST_METHOD0(InProgressCount, int()); |
MOCK_CONST_METHOD0(GetBrowserContext, content::BrowserContext*()); |
- MOCK_METHOD0(LastDownloadPath, FilePath()); |
MOCK_METHOD1(CreateDownloadItem, net::BoundNetLog(DownloadCreateInfo* info)); |
MOCK_METHOD5(CreateSavePackageDownloadItem, content::DownloadItem*( |
const FilePath& main_file_path, |
@@ -79,9 +78,7 @@ class MockDownloadManager : public content::DownloadManager { |
bool is_otr, |
const std::string& mime_type, |
content::DownloadItem::Observer* observer)); |
- MOCK_METHOD0(ClearLastDownloadPath, void()); |
- MOCK_METHOD2(FileSelected, void(const FilePath& path, int32 download_id)); |
- MOCK_METHOD1(FileSelectionCanceled, void(int32 download_id)); |
+ MOCK_METHOD0(ClearTransientState, void()); |
MOCK_METHOD1(RestartDownload, void(int32 download_id)); |
MOCK_METHOD0(CheckForHistoryFilesRemoval, void()); |
MOCK_METHOD1(GetDownloadItem, content::DownloadItem*(int id)); |