Index: content/test/net/url_request_mock_http_job.h |
=================================================================== |
--- content/test/net/url_request_mock_http_job.h (revision 142108) |
+++ content/test/net/url_request_mock_http_job.h (working copy) |
@@ -19,6 +19,7 @@ |
URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path); |
virtual bool GetMimeType(std::string* mime_type) const OVERRIDE; |
+ virtual int GetResponseCode() const OVERRIDE; |
virtual bool GetCharset(std::string* charset) OVERRIDE; |
virtual void GetResponseInfo(net::HttpResponseInfo* info) OVERRIDE; |
virtual bool IsRedirectResponse(GURL* location, |