| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index 19ba839752c459f78adf174a8e185b6b0a5e6ad7..614762ee43b7cde4987dc2c9d53ac57818ff7105 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -484,12 +484,6 @@ class NET_EXPORT TransportSecurityState
|
| STSState* sts_result,
|
| PKPState* pkp_result) const;
|
|
|
| - // Returns true iff there is static (built-in) state for |host| that
|
| - // references the Google pins.
|
| - // TODO(rch): Remove this temporary gross layering violation once QUIC 32 is
|
| - // deployed.
|
| - bool IsGooglePinnedHost(const std::string& host) const;
|
| -
|
| // Returns true and updates |*result| iff |host| has HSTS/HPKP/Expect-CT
|
| // (respectively) state. If multiple entries match |host|, the most specific
|
| // match determines the return value.
|
|
|