| Index: net/url_request/url_request_http_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.h (revision 12762)
|
| +++ net/url_request/url_request_http_job.h (working copy)
|
| @@ -42,7 +42,7 @@
|
| virtual bool GetCharset(std::string* charset);
|
| virtual void GetResponseInfo(net::HttpResponseInfo* info);
|
| virtual bool GetResponseCookies(std::vector<std::string>* cookies);
|
| - virtual int GetResponseCode();
|
| + virtual int GetResponseCode() const;
|
| virtual bool GetContentEncodings(
|
| std::vector<Filter::FilterType>* encoding_type);
|
| virtual bool IsSdchResponse() const;
|
|
|