diff options
Diffstat (limited to 'net/base/transport_security_state.h')
-rw-r--r-- | net/base/transport_security_state.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h index 05a0fc1..934db78 100644 --- a/net/base/transport_security_state.h +++ b/net/base/transport_security_state.h @@ -102,9 +102,6 @@ class TransportSecurityState : // ('www.google.com') to the form used in DNS: "\x03www\x06google\x03com" std::map<std::string, DomainState> enabled_hosts_; - // Protect access to our data members with this lock. - Lock lock_; - // Our delegate who gets notified when we are dirtied, or NULL. Delegate* delegate_; |