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 |