allowing delegates to provide their sslconfigservice
This commit is contained in:
parent
ca9a54a41e
commit
5d9c41c416
2 changed files with 6 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue