allowing delegates to provide their sslconfigservice

This commit is contained in:
Robo 2015-09-21 22:14:32 +05:30
parent ca9a54a41e
commit 5d9c41c416
2 changed files with 6 additions and 1 deletions

View file

@ -43,6 +43,7 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
content::URLRequestInterceptorScopedVector* protocol_interceptors);
virtual net::HttpCache::BackendFactory* CreateHttpCacheBackendFactory(
const base::FilePath& base_path);
virtual net::SSLConfigService* CreateSSLConfigService();
};
URLRequestContextGetter(