| Index: chrome/browser/profiles/profile_io_data.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.h (revision 99284)
|
| +++ chrome/browser/profiles/profile_io_data.h (working copy)
|
| @@ -42,6 +42,7 @@
|
| class OriginBoundCertService;
|
| class ProxyConfigService;
|
| class ProxyService;
|
| +class SpdyConfigService;
|
| class SSLConfigService;
|
| class TransportSecurityState;
|
| } // namespace net
|
| @@ -137,6 +138,7 @@
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map;
|
| scoped_refptr<HostZoomMap> host_zoom_map;
|
| scoped_refptr<net::TransportSecurityState> transport_security_state;
|
| + scoped_refptr<net::SpdyConfigService> spdy_config_service;
|
| scoped_refptr<net::SSLConfigService> ssl_config_service;
|
| scoped_refptr<net::CookieMonster::Delegate> cookie_monster_delegate;
|
| scoped_refptr<webkit_database::DatabaseTracker> database_tracker;
|
|
|