| Index: net/url_request/url_request_new_ftp_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_new_ftp_job.h (revision 12762)
|
| +++ net/url_request/url_request_new_ftp_job.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| virtual void Kill();
|
| virtual uint64 GetUploadProgress() const;
|
| virtual void GetResponseInfo();
|
| - virtual int GetResponseCode();
|
| + virtual int GetResponseCode() const;
|
| virtual bool GetMoreData();
|
| virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read);
|
|
|
|
|