| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index d7befb7cfef31d159e94633308074936a6088cd2..df6572f0bc15872e5d08143d9964a34bd3fb97bd 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -291,8 +291,7 @@ class NET_EXPORT TransportSecurityState
|
| const base::Time& expiry,
|
| bool include_subdomains);
|
|
|
| - // Adds explicitly-specified data as if it was processed from an
|
| - // HPKP header (used for net-internals and unit tests).
|
| + // Adds explicitly-specified data as if it was processed from an HPKP header.
|
| void AddHPKP(const std::string& host,
|
| const base::Time& expiry,
|
| bool include_subdomains,
|
|
|