summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 17:08:03 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-18 17:08:03 +0000
commita7128fa0a1d669745883964e69ff35084ac223ff (patch)
tree93e34fa8140821c6d71c0efc52ef926def483dc2 /chrome/common/net
parentdcfd2ec3e43257fe7ec3b6e07faec300aeeda510 (diff)
downloadchromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.zip
chromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.tar.gz
chromium_src-a7128fa0a1d669745883964e69ff35084ac223ff.tar.bz2
Win IO Perf Regressions
http://build.chromium.org/buildbot/perf/xp-release-dual-core/moz/report.html?history=150&rev=-1&graph=total_byte_b Revert 56483 - Monitor network change in GoogleURLTracker BUG=48688,15141 TEST=GoogleURLTrackerTest.MonitorNetworkChange passes Review URL: http://codereview.chromium.org/3034018 TBR=ukai@chromium.org Review URL: http://codereview.chromium.org/3176017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56544 0039d316-1c4b-4281-b951-d872f2087c98
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.