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

Unified Diff: net/http/transport_security_state.h

Issue 13483007: Don't set MODE_DEFAULT when adding HPKP header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable new test on Chrome Frame since it can't work. 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
« no previous file with comments | « net/http/http_security_headers_unittest.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/transport_security_state.h
diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
index a4e3f33b7641c9f414ab9362755fc99bdf8d18c9..933c86c820b6f4193922f3382b3c2b542720dc5b 100644
--- a/net/http/transport_security_state.h
+++ b/net/http/transport_security_state.h
@@ -108,10 +108,9 @@ class NET_EXPORT TransportSecurityState
// Are subdomains subject to this DomainState?
//
- // TODO(palmer): Decide if we should have separate |pin_subdomains| and
- // |upgrade_subdomains|. Alternately, and perhaps better, is to separate
- // DomainState into UpgradeState and PinState (requiring also changing the
- // serialization format?).
+ // TODO(palmer): We need to have separate |pin_subdomains| and
+ // |upgrade_subdomains|. Trevor Perrin is working on a new storage model
+ // that will enable this.
bool include_subdomains;
// Optional; hashes of static pinned SubjectPublicKeyInfos. Unless both
« no previous file with comments | « net/http/http_security_headers_unittest.cc ('k') | net/http/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698