| Index: net/url_request/url_request_job.cc
|
| diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
|
| index d9503ce663db9422b19bb1cf7005f64ee3641c9d..b9c8646f729e75e45b45d65b635d1f51e78da254 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -191,10 +191,6 @@ bool URLRequestJob::GetRemoteEndpoint(IPEndPoint* endpoint) const {
|
| return false;
|
| }
|
|
|
| -bool URLRequestJob::GetResponseCookies(std::vector<std::string>* cookies) {
|
| - return false;
|
| -}
|
| -
|
| void URLRequestJob::PopulateNetErrorDetails(NetErrorDetails* details) const {
|
| return;
|
| }
|
|
|