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

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

Issue 12974003: Improve TransportSecurityState data storage. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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
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;
« no previous file with comments | « chrome/browser/net/transport_security_persister.cc ('k') | chrome/browser/resources/net_internals/hsts_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698