summaryrefslogtreecommitdiffstats
path: root/net/base/transport_security_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/transport_security_state.h')
-rw-r--r--net/base/transport_security_state.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h
index 01c095b..7ff4a2f 100644
--- a/net/base/transport_security_state.h
+++ b/net/base/transport_security_state.h
@@ -76,20 +76,10 @@ class NET_EXPORT TransportSecurityState
bool IsChainOfPublicKeysPermitted(
const std::vector<SHA1Fingerprint>& hashes);
- // ShouldCertificateErrorsBeFatal returns true iff, given the |mode| of this
- // DomainState, certificate errors on this domain should be fatal (i.e. no
- // user bypass).
- bool ShouldCertificateErrorsBeFatal() const;
-
// ShouldRedirectHTTPToHTTPS returns true iff, given the |mode| of this
// DomainState, HTTP requests should be internally redirected to HTTPS.
bool ShouldRedirectHTTPToHTTPS() const;
- // ShouldMixedScriptingBeBlocked returns true iff, given the |mode| of this
- // DomainState, mixed scripting (the loading of Javascript, CSS or plugins
- // over HTTP for an HTTPS page) should be blocked.
- bool ShouldMixedScriptingBeBlocked() const;
-
Mode mode;
base::Time created; // when this host entry was first created
base::Time expiry; // the absolute time (UTC) when this record expires