| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index caf344c325363afafb7dd6ed1fa8c42306d93e41..ad112d8ab46178dc66d2622c6df81edc2ec6a745 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -869,7 +869,7 @@ void URLRequestHttpJob::Start() {
|
| DCHECK(!transaction_.get());
|
|
|
| // Ensure that we do not send username and password fields in the referrer.
|
| - GURL referrer(request_->GetSanitizedReferrer());
|
| + GURL referrer(request_->referrer());
|
|
|
| request_info_.url = request_->url();
|
| request_info_.method = request_->method();
|
|
|