Index: net/http/transport_security_state.h |
=================================================================== |
--- net/http/transport_security_state.h (revision 202305) |
+++ net/http/transport_security_state.h (working copy) |
@@ -179,14 +179,6 @@ |
void AddOrUpdateEnabledHosts(const std::string& hashed_host, |
const DomainState& state); |
- // Inserts |state| into |forced_hosts_| under the key |hashed_host|. |
- // |hashed_host| is already in the internal representation |
- // HashHost(CanonicalizeHost(host)). |
- // Note: This is only used for serializing/deserializing the |
- // TransportSecurityState. |
- void AddOrUpdateForcedHosts(const std::string& hashed_host, |
- const DomainState& state); |
- |
// Deletes all dynamic data (e.g. HSTS or HPKP data) created since a given |
// time. |
// |
@@ -310,10 +302,6 @@ |
// The set of hosts that have enabled TransportSecurity. |
DomainStateMap enabled_hosts_; |
- // Extra entries, provided by the user at run-time, to treat as if they |
- // were static. |
- DomainStateMap forced_hosts_; |
- |
Delegate* delegate_; |
DISALLOW_COPY_AND_ASSIGN(TransportSecurityState); |