Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2208)

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 15711007: Remove "--hsts-hosts" command-line argument (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/net/transport_security_persister_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.cc
===================================================================
--- chrome/browser/profiles/profile_io_data.cc (revision 202305)
+++ chrome/browser/profiles/profile_io_data.cc (working copy)
@@ -688,9 +688,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;
« no previous file with comments | « chrome/browser/net/transport_security_persister_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698