| Index: content/public/test/mock_download_item.h
|
| diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
|
| index 8ba14fec01cc2a100bbe0f865599c158993fc721..64730cad3ef9071d02f6f420ebdf0c2700cb13dd 100644
|
| --- a/content/public/test/mock_download_item.h
|
| +++ b/content/public/test/mock_download_item.h
|
| @@ -62,6 +62,7 @@ class MockDownloadItem : public DownloadItem {
|
| MOCK_CONST_METHOD0(GetTabReferrerUrl, const GURL&());
|
| MOCK_CONST_METHOD0(GetSuggestedFilename, std::string());
|
| MOCK_CONST_METHOD0(GetContentDisposition, std::string());
|
| + MOCK_CONST_METHOD0(GetResponseCode, int());
|
| MOCK_CONST_METHOD0(GetMimeType, std::string());
|
| MOCK_CONST_METHOD0(GetOriginalMimeType, std::string());
|
| MOCK_CONST_METHOD0(GetReferrerCharset, std::string());
|
|
|