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 fc44551c475047ef90ba17233ed94ce16b19d8ef..b47dfcf18556fd524fa07d7f3fa6d8ab34bc327e 100644 |
--- a/net/url_request/url_fetcher_impl.cc |
+++ b/net/url_request/url_fetcher_impl.cc |
@@ -111,7 +111,6 @@ int URLFetcherImpl::GetMaxRetriesOn5xx() const { |
return core_->GetMaxRetriesOn5xx(); |
} |
- |
base::TimeDelta URLFetcherImpl::GetBackoffDelay() const { |
return core_->GetBackoffDelay(); |
} |