| Index: chrome/browser/profiles/profile_io_data.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_io_data.cc (revision 186438)
|
| +++ chrome/browser/profiles/profile_io_data.cc (working copy)
|
| @@ -672,9 +672,6 @@
|
| new TransportSecurityPersister(transport_security_state_.get(),
|
| profile_params_->path,
|
| is_incognito()));
|
| - const std::string& serialized =
|
| - command_line.GetSwitchValueASCII(switches::kHstsHosts);
|
| - transport_security_persister_.get()->DeserializeFromCommandLine(serialized);
|
|
|
| // Take ownership over these parameters.
|
| cookie_settings_ = profile_params_->cookie_settings;
|
|
|