diff options
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index e4e4faf..aa9cc0c 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -24,6 +24,7 @@ class PrefService; class SystemURLRequestContextGetter; namespace chrome_browser_net { +class CacheStats; class HttpPipeliningCompatibilityClient; } @@ -111,6 +112,7 @@ class IOThread : public content::BrowserThreadDelegate { extension_event_router_forwarder; scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient> http_pipelining_compatibility_client; + scoped_ptr<chrome_browser_net::CacheStats> cache_stats; }; // |net_log| must either outlive the IOThread or be NULL. |