Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2051)

Unified Diff: chrome/browser/profiles/profile.h

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698