| 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 0fe1bfaf88ea76cad9c83752d6bbf3f68ff9c5ab..421c14d7f15ac05254dcf51cb35e87a49c61dd4d 100644
|
| --- a/net/url_request/url_fetcher_impl.cc
|
| +++ b/net/url_request/url_fetcher_impl.cc
|
| @@ -102,6 +102,10 @@ base::TimeDelta URLFetcherImpl::GetBackoffDelay() const {
|
| return core_->GetBackoffDelay();
|
| }
|
|
|
| +void URLFetcherImpl::SetAutomaticallyRetryOnNetworkChanges(int max_retries) {
|
| + core_->SetAutomaticallyRetryOnNetworkChanges(max_retries);
|
| +}
|
| +
|
| void URLFetcherImpl::SaveResponseToFileAtPath(
|
| const FilePath& file_path,
|
| scoped_refptr<base::TaskRunner> file_task_runner) {
|
|
|