summaryrefslogtreecommitdiffstats
path: root/net/base/transport_security_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/transport_security_state.h')
-rw-r--r--net/base/transport_security_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h
index 73d7bde..d5d2e4d 100644
--- a/net/base/transport_security_state.h
+++ b/net/base/transport_security_state.h
@@ -24,6 +24,9 @@ namespace net {
// Tracks which hosts have enabled *-Transport-Security. This object manages
// the in-memory store. A separate object must register itself with this object
// in order to persist the state to disk.
+//
+// TODO(phajdan.jr): Convert this to non-thread-safe non-ref-counted
+// for simplicity.
class NET_EXPORT TransportSecurityState :
public base::RefCountedThreadSafe<TransportSecurityState> {
public: