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

Unified Diff: content/test/mock_download_manager.h

Issue 10069014: Save Page As MHTML (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 8 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
« no previous file with comments | « content/public/browser/save_page_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_download_manager.h
diff --git a/content/test/mock_download_manager.h b/content/test/mock_download_manager.h
index 5b074ee805eb74ea50b9f8cd8221d33e2adb7256..e1c5143f280c9d08bfe474cc95f1bea66df7f8b8 100644
--- a/content/test/mock_download_manager.h
+++ b/content/test/mock_download_manager.h
@@ -73,10 +73,11 @@ class MockDownloadManager : public content::DownloadManager {
MOCK_METHOD2(CreateDownloadItem, net::BoundNetLog(
DownloadCreateInfo* info,
const DownloadRequestHandle& request_handle));
- MOCK_METHOD4(CreateSavePackageDownloadItem, content::DownloadItem*(
+ MOCK_METHOD5(CreateSavePackageDownloadItem, content::DownloadItem*(
const FilePath& main_file_path,
const GURL& page_url,
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));
« no previous file with comments | « content/public/browser/save_page_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698