| Index: net/url_request/url_request_http_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_http_job.h (revision 54622)
|
| +++ net/url_request/url_request_http_job.h (working copy)
|
| @@ -11,10 +11,12 @@
|
| #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 {
|
| @@ -113,6 +115,9 @@
|
|
|
| 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
|
|
|