| Index: chrome/common/net/url_request_intercept_job.h
|
| ===================================================================
|
| --- chrome/common/net/url_request_intercept_job.h (revision 12762)
|
| +++ chrome/common/net/url_request_intercept_job.h (working copy)
|
| @@ -40,7 +40,7 @@
|
| virtual bool GetMimeType(std::string* mime_type) const;
|
| virtual bool GetCharset(std::string* charset);
|
| virtual void GetResponseInfo(net::HttpResponseInfo* info);
|
| - virtual int GetResponseCode();
|
| + virtual int GetResponseCode() const;
|
| virtual bool GetContentEncoding(std::string* encoding_type);
|
| virtual bool IsRedirectResponse(GURL* location, int* http_status_code);
|
|
|
|
|