| Index: net/url_request/url_request_redirect_job.cc
 | 
| diff --git a/net/url_request/url_request_redirect_job.cc b/net/url_request/url_request_redirect_job.cc
 | 
| index e13dec0759bad6456fe3be86985470ee93e9604b..3ca1ef377adfdeeb683820120201bdd1ffee8d7a 100644
 | 
| --- a/net/url_request/url_request_redirect_job.cc
 | 
| +++ b/net/url_request/url_request_redirect_job.cc
 | 
| @@ -80,13 +80,6 @@ bool URLRequestRedirectJob::CopyFragmentOnRedirect(const GURL& location) const {
 | 
|    return false;
 | 
|  }
 | 
|  
 | 
| -int URLRequestRedirectJob::GetResponseCode() const {
 | 
| -  // Should only be called after the URLRequest has been notified there's header
 | 
| -  // information.
 | 
| -  DCHECK(fake_headers_.get());
 | 
| -  return response_code_;
 | 
| -}
 | 
| -
 | 
|  void URLRequestRedirectJob::StartAsync() {
 | 
|    DCHECK(request_);
 | 
|    DCHECK(request_->status().is_success());
 | 
| 
 |