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

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

Issue 10689093: Move Rename functionality from DownloadFileManager to DownloadFileImple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. 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..d9f6fc740099ca8a9560577c0addd136e788d89f 100644
--- a/content/public/test/mock_download_manager.h
+++ b/content/public/test/mock_download_manager.h
@@ -50,10 +50,8 @@ class MockDownloadManager : public content::DownloadManager {
int64 size,
const std::string& hash));
MOCK_METHOD1(CancelDownload, void(int32 download_id));
- MOCK_METHOD4(OnDownloadInterrupted,
+ MOCK_METHOD2(OnDownloadInterrupted,
void(int32 download_id,
- int64 size,
- const std::string& hash_state,
content::DownloadInterruptReason reason));
MOCK_METHOD2(RemoveDownloadsBetween, int(base::Time remove_begin,
base::Time remove_end));

Powered by Google App Engine
This is Rietveld 408576698