| Index: chrome/browser/profiles/profile.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.h (revision 99284)
|
| +++ chrome/browser/profiles/profile.h (working copy)
|
| @@ -41,6 +41,7 @@
|
|
|
| namespace net {
|
| class TransportSecurityState;
|
| +class SpdyConfigService;
|
| class SSLConfigService;
|
| }
|
|
|
| @@ -80,6 +81,7 @@
|
| class PromoResourceService;
|
| class ProtocolHandlerRegistry;
|
| class SQLitePersistentCookieStore;
|
| +class SpdyConfigServiceManager;
|
| class SSLConfigServiceManager;
|
| class SpellCheckHost;
|
| class TemplateURLFetcher;
|
| @@ -381,6 +383,9 @@
|
| const std::string& extension_id,
|
| const extension_misc::UnloadedExtensionReason) {}
|
|
|
| + // Returns the SpdyConfigService for this profile.
|
| + virtual net::SpdyConfigService* GetSpdyConfigService() = 0;
|
| +
|
| // Returns the SSLConfigService for this profile.
|
| virtual net::SSLConfigService* GetSSLConfigService() = 0;
|
|
|
|
|