Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: content/public/test/mock_download_manager.h

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BrowsingDataRemover calls CDMD directly Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..9ef9d9cf44bdcf451825f92ae19fd7969c94878a 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,6 @@ 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_METHOD1(RestartDownload, void(int32 download_id));
MOCK_METHOD0(CheckForHistoryFilesRemoval, void());
MOCK_METHOD1(GetDownloadItem, content::DownloadItem*(int id));

Powered by Google App Engine
This is Rietveld 408576698