| Index: chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher.cc b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| index b1f0b51c9bedc50aba66f5e5a9fc6cdc65215b73..d095635f83e73f16dc65db24dd3bc0e1584ad185 100644
|
| --- a/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_url_fetcher.cc
|
| @@ -263,7 +263,7 @@ void CloudPrintURLFetcher::StartRequestHelper(
|
| REQUEST_MAX);
|
| // Persist the additional headers in case we need to retry the request.
|
| additional_headers_ = additional_headers;
|
| - request_.reset(net::URLFetcher::Create(0, url, request_type, this));
|
| + request_ = net::URLFetcher::Create(0, url, request_type, this);
|
| request_->SetRequestContext(GetRequestContextGetter());
|
| // Since we implement our own retry logic, disable the retry in URLFetcher.
|
| request_->SetAutomaticallyRetryOn5xx(false);
|
|
|