browser: switch to set minimum version for TLS fallback

This commit is contained in:
Robo 2015-09-21 22:13:32 +05:30
parent 01a3bf5881
commit 748b1387d2
8 changed files with 93 additions and 0 deletions

View file

@ -27,6 +27,7 @@ class AtomBrowserContext : public brightray::BrowserContext {
content::URLRequestInterceptorScopedVector* interceptors) override;
net::HttpCache::BackendFactory* CreateHttpCacheBackendFactory(
const base::FilePath& base_path) override;
net::SSLConfigService* CreateSSLConfigService() override;
// content::BrowserContext:
content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;