Chromium Code Reviews| Index: chrome/browser/io_thread.h |
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
| index 51d2ead61644a6fe2159e7dba8d810bde38a63c1..270b4c8e764881d436a251e1ed24d6919ed58e4c 100644 |
| --- a/chrome/browser/io_thread.h |
| +++ b/chrome/browser/io_thread.h |
| @@ -46,6 +46,7 @@ class SSLConfigService; |
| class TransportSecurityState; |
| class URLRequestContext; |
| class URLRequestContextGetter; |
| +class URLRequestThrottlerManager; |
| class URLSecurityManager; |
| } // namespace net |
| @@ -107,6 +108,7 @@ class IOThread : public content::BrowserThreadDelegate { |
| extension_event_router_forwarder; |
| scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient> |
| http_pipelining_compatibility_client; |
| + scoped_ptr<net::URLRequestThrottlerManager> throttler_manager; |
|
willchan no longer on Chromium
2012/05/02 16:40:07
Move this above |system_request_context|. Since th
Jói
2012/05/02 16:45:28
Done.
|
| }; |
| // |net_log| must either outlive the IOThread or be NULL. |