Index: net/url_request/test_url_fetcher_factory.h |
diff --git a/net/url_request/test_url_fetcher_factory.h b/net/url_request/test_url_fetcher_factory.h |
index b1e9e78269001e4673b9661c89c18c00f6e0c621..27f2f7a90b7adbd73398444284cb61a4ace095fa 100644 |
--- a/net/url_request/test_url_fetcher_factory.h |
+++ b/net/url_request/test_url_fetcher_factory.h |
@@ -106,9 +106,10 @@ class TestURLFetcher : 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; |
szym
2012/12/10 18:36:31
It seems the only non-test place that cares about
Joao da Silva
2012/12/11 13:36:43
grep finds a couple more users:
chrome/browser/ch
|
+ 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; |