| Index: net/url_request/url_request.cc
|
| diff --git a/net/url_request/url_request.cc b/net/url_request/url_request.cc
|
| index a8f62510247d0067d7bbd0d61c6fbeee1b1a4c81..ff9b188517b544ebc43b397efb7a4e9a4e9f6ee4 100644
|
| --- a/net/url_request/url_request.cc
|
| +++ b/net/url_request/url_request.cc
|
| @@ -388,11 +388,6 @@ bool URLRequest::GetRemoteEndpoint(IPEndPoint* endpoint) const {
|
| return job_->GetRemoteEndpoint(endpoint);
|
| }
|
|
|
| -bool URLRequest::GetResponseCookies(ResponseCookies* cookies) {
|
| - DCHECK(job_.get());
|
| - return job_->GetResponseCookies(cookies);
|
| -}
|
| -
|
| void URLRequest::GetMimeType(string* mime_type) const {
|
| DCHECK(job_.get());
|
| job_->GetMimeType(mime_type);
|
|
|