| 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 63edfe36661d7d45e612fc590ea569e52391f6ee..432f64c4b8cccce844f6e3745ec520f5f45dbcfd 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;
|
| }
|
|
|