Index: chrome/browser/profiles/profile_io_data.cc |
=================================================================== |
--- chrome/browser/profiles/profile_io_data.cc (revision 128526) |
+++ chrome/browser/profiles/profile_io_data.cc (working copy) |
@@ -436,8 +436,7 @@ |
profile_params_->proxy_config_service.release(), |
command_line)); |
- transport_security_state_.reset(new net::TransportSecurityState( |
- command_line.GetSwitchValueASCII(switches::kHstsHosts))); |
Ryan Sleevi
2012/03/28 00:50:32
Is this no longer supported?
Is there any securit
palmer
2012/04/10 23:25:51
Putting support back in, per cevans, but in a new
|
+ transport_security_state_.reset(new net::TransportSecurityState()); |
transport_security_persister_.reset( |
new TransportSecurityPersister(transport_security_state_.get(), |
profile_params_->path, |