| Index: net/url_request/url_request_http_job.h
|
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h
|
| index f79fc1c75e8bc0475cacd95489c6129f8a34d067..836ddb6b224299183bc89961d6caa73320ec8a12 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -118,7 +118,8 @@ class URLRequestHttpJob : public URLRequestJob {
|
|
|
| scoped_ptr<HttpTransaction> transaction_;
|
|
|
| - // This is used to supervise traffic and enforce exponential back-off.
|
| + // This is used to supervise traffic and enforce exponential
|
| + // back-off. May be NULL.
|
| scoped_refptr<URLRequestThrottlerEntryInterface> throttling_entry_;
|
|
|
| // Indicated if an SDCH dictionary was advertised, and hence an SDCH
|
|
|