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))); |
+ transport_security_state_.reset(new net::TransportSecurityState()); |
transport_security_persister_.reset( |
new TransportSecurityPersister(transport_security_state_.get(), |
profile_params_->path, |