--cipher-suite-blacklist is also removed

This commit is contained in:
Cheng Zhao 2017-01-24 14:26:54 +09:00 committed by Kevin Sawicki
parent dc9000f344
commit 1a15b45736
11 changed files with 0 additions and 124 deletions

View file

@ -41,7 +41,6 @@ class AtomBrowserContext : public brightray::BrowserContext {
net::HttpCache::BackendFactory* CreateHttpCacheBackendFactory(
const base::FilePath& base_path) override;
std::unique_ptr<net::CertVerifier> CreateCertVerifier() override;
net::SSLConfigService* CreateSSLConfigService() override;
std::vector<std::string> GetCookieableSchemes() override;
net::TransportSecurityState::RequireCTDelegate* GetRequireCTDelegate()
override;