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 c8bc490401baaf75544960e8156ef634fc29c952..148a43f502802710075034f653d526898283b268 100644 |
--- a/content/public/test/mock_download_manager.h |
+++ b/content/public/test/mock_download_manager.h |
@@ -44,6 +44,7 @@ class MockDownloadManager : public DownloadManager { |
std::string last_modified; |
int64_t received_bytes; |
int64_t total_bytes; |
+ std::string hash; |
DownloadItem::DownloadState state; |
DownloadDangerType danger_type; |
DownloadInterruptReason interrupt_reason; |
@@ -63,6 +64,7 @@ class MockDownloadManager : public DownloadManager { |
const std::string& last_modified, |
int64_t received_bytes, |
int64_t total_bytes, |
+ const std::string& hash, |
DownloadItem::DownloadState state, |
DownloadDangerType danger_type, |
DownloadInterruptReason interrupt_reason, |
@@ -119,6 +121,7 @@ class MockDownloadManager : public DownloadManager { |
const std::string& last_modified, |
int64_t received_bytes, |
int64_t total_bytes, |
+ const std::string& hash, |
DownloadItem::DownloadState state, |
DownloadDangerType danger_type, |
DownloadInterruptReason interrupt_reason, |