| Index: chrome/browser/profiles/off_the_record_profile_io_data.h
|
| ===================================================================
|
| --- chrome/browser/profiles/off_the_record_profile_io_data.h (revision 148459)
|
| +++ chrome/browser/profiles/off_the_record_profile_io_data.h (working copy)
|
| @@ -110,6 +110,9 @@
|
| void CreateFtpProtocolHandler(net::URLRequestJobFactory* job_factory,
|
| net::FtpAuthCache* ftp_auth_cache) const;
|
|
|
| + virtual chrome_browser_net::CacheStats* GetCacheStats(
|
| + IOThread* io_thread) const OVERRIDE;
|
| +
|
| mutable scoped_ptr<net::HttpServerPropertiesImpl> http_server_properties_;
|
|
|
| mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
|
|
|