diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 18:59:52 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 18:59:52 +0000 |
commit | 99c07901d1acfbe9d206d28fb930de7dfe3b973a (patch) | |
tree | 6acca5d693acb0286a41689ed065aa204e9273ef /net/url_request/url_request_http_job.h | |
parent | 762535c0ba0a758becfb4903c88716bbc56c6d18 (diff) | |
download | chromium_src-99c07901d1acfbe9d206d28fb930de7dfe3b973a.zip chromium_src-99c07901d1acfbe9d206d28fb930de7dfe3b973a.tar.gz chromium_src-99c07901d1acfbe9d206d28fb930de7dfe3b973a.tar.bz2 |
Revert 56376 - This CL will introduce a new way to do exponential back-off on failure within
Chromium. It is a network level implementation and should constitute a good
enough bottleneck to manage every outgoing http request.
Committing for malavv@google.com.
Original review: http://codereview.chromium.org/2487001/show
R=phajdan-jr
BUG=none
TEST=unit tests
Review URL: http://codereview.chromium.org/3005049
TBR=joi@chromium.org
Review URL: http://codereview.chromium.org/3165029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_request_http_job.h')
-rw-r--r-- | net/url_request/url_request_http_job.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h index 79511f2..ea2e544 100644 --- a/net/url_request/url_request_http_job.h +++ b/net/url_request/url_request_http_job.h @@ -11,12 +11,10 @@ #include <vector> #include "base/scoped_ptr.h" -#include "base/string_util.h" #include "base/string16.h" #include "net/base/auth.h" #include "net/base/completion_callback.h" #include "net/http/http_request_info.h" -#include "net/request_throttler/request_throttler_manager.h" #include "net/url_request/url_request_job.h" namespace net { @@ -115,9 +113,6 @@ class URLRequestHttpJob : public URLRequestJob { scoped_ptr<net::HttpTransaction> transaction_; - // This is used to supervise traffic and enforce exponential back-off. - scoped_refptr<RequestThrottlerEntryInterface> throttling_entry_; - // Indicated if an SDCH dictionary was advertised, and hence an SDCH // compressed response is expected. We use this to help detect (accidental?) // proxy corruption of a response, which sometimes marks SDCH content as |