| Index: net/url_request/url_fetcher_impl.cc
|
| diff --git a/net/url_request/url_fetcher_impl.cc b/net/url_request/url_fetcher_impl.cc
|
| index 1168b5f458b781e18d60c13660b54f7b9e037ca8..ccf66f86098feab80126bf85504cf237fe22369f 100644
|
| --- a/net/url_request/url_fetcher_impl.cc
|
| +++ b/net/url_request/url_fetcher_impl.cc
|
| @@ -187,10 +187,6 @@ int URLFetcherImpl::GetResponseCode() const {
|
| return core_->GetResponseCode();
|
| }
|
|
|
| -const ResponseCookies& URLFetcherImpl::GetCookies() const {
|
| - return core_->GetCookies();
|
| -}
|
| -
|
| void URLFetcherImpl::ReceivedContentWasMalformed() {
|
| core_->ReceivedContentWasMalformed();
|
| }
|
|
|