Index: content/browser/download/mock_download_item.h |
diff --git a/content/browser/download/mock_download_item.h b/content/browser/download/mock_download_item.h |
index 6b222c57294327c7e5d463b306ae2bd1b5ae9c95..61061d4362f370eba76fc51a76a633ad295ddaf5 100644 |
--- a/content/browser/download/mock_download_item.h |
+++ b/content/browser/download/mock_download_item.h |
@@ -65,6 +65,7 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetMimeType, std::string()); |
MOCK_CONST_METHOD0(GetOriginalMimeType, std::string()); |
MOCK_CONST_METHOD0(GetReferrerCharset, std::string()); |
+ MOCK_CONST_METHOD0(GetRemoteAddress, std::string()); |
MOCK_CONST_METHOD0(GetTotalBytes, int64()); |
MOCK_CONST_METHOD0(GetReceivedBytes, int64()); |
MOCK_CONST_METHOD0(GetHash, const std::string&()); |