summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net')
-rw-r--r--chrome/common/net/url_fetcher_protect.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/chrome/common/net/url_fetcher_protect.h b/chrome/common/net/url_fetcher_protect.h
index 980353c..95ecf97 100644
--- a/chrome/common/net/url_fetcher_protect.h
+++ b/chrome/common/net/url_fetcher_protect.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
@@ -61,11 +61,6 @@ class URLFetcherProtectEntry {
return max_retries_;
}
- // Sets the max retries.
- void SetMaxRetries(int max_retries) {
- max_retries_ = max_retries;
- }
-
private:
// When a request comes, calculate the release time for it.
// Returns the backoff time before sending.