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

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

Issue 9415040: Refactor TransportSecurityState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 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,

Powered by Google App Engine
This is Rietveld 408576698