| Index: net/base/transport_security_state.h
|
| diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h
|
| index 73d7bde3ee64dfab9ad63b805d44edf01f6955e6..d5d2e4d617f673ecbfb77dc421d33d20dd284d48 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:
|
|
|