Searched defs:SSLConfigServicePref (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc102 // SSLConfigServicePref
107 class SSLConfigServicePref : public net::SSLConfigService { class in inherits:net::SSLConfigService
109 SSLConfigServicePref() {} function in class:SSLConfigServicePref
118 virtual ~SSLConfigServicePref() {}
127 DISALLOW_COPY_AND_ASSIGN(SSLConfigServicePref);
130 void SSLConfigServicePref::GetSSLConfig(net::SSLConfig* config) {
134 void SSLConfigServicePref::SetNewSSLConfig(
144 // The manager for holding and updating an SSLConfigServicePref instance.
183 scoped_refptr<SSLConfigServicePref> ssl_config_service_;
190 : ssl_config_service_(new SSLConfigServicePref()) {
[all...]

Completed in 926 milliseconds