Index: net/url_request/url_fetcher_impl.h |
diff --git a/net/url_request/url_fetcher_impl.h b/net/url_request/url_fetcher_impl.h |
index eb7e315ccaca85a57669ef53ef179bb128c0b7a8..9b0c1decd13aac79d2fd6e6c97e97a5ee779a4c4 100644 |
--- a/net/url_request/url_fetcher_impl.h |
+++ b/net/url_request/url_fetcher_impl.h |
@@ -58,9 +58,10 @@ class NET_EXPORT_PRIVATE URLFetcherImpl : public URLFetcher { |
const CreateDataCallback& create_data_callback) OVERRIDE; |
virtual void SetStopOnRedirect(bool stop_on_redirect) OVERRIDE; |
virtual void SetAutomaticallyRetryOn5xx(bool retry) OVERRIDE; |
- virtual void SetMaxRetries(int max_retries) OVERRIDE; |
- virtual int GetMaxRetries() const OVERRIDE; |
+ virtual void SetMaxRetriesOn5xx(int max_retries) OVERRIDE; |
+ virtual int GetMaxRetriesOn5xx() const OVERRIDE; |
virtual base::TimeDelta GetBackoffDelay() const OVERRIDE; |
+ virtual void SetAutomaticallyRetryOnNetworkChanges(int max_retries) OVERRIDE; |
virtual void SaveResponseToFileAtPath( |
const FilePath& file_path, |
scoped_refptr<base::TaskRunner> file_task_runner) OVERRIDE; |