| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index 554326a8d9266c108330298a2291921b7e2c5d5e..13b2b685208759dd3a0d82c23617f7c9c7744ce4 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,
|
|
|