From f5d351efe3582c8d06ada62e8e966795b8c70a2a Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Sat, 3 Mar 2012 19:25:52 +0000 Subject: Remove a declaration for an unimplemented function in TransportSecurityState. BUG=none TEST=none Review URL: http://codereview.chromium.org/9585036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124873 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/transport_security_state.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net/base/transport_security_state.h') diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h index a837887..d2c8e2b 100644 --- a/net/base/transport_security_state.h +++ b/net/base/transport_security_state.h @@ -82,11 +82,6 @@ class NET_EXPORT TransportSecurityState // Used to see if a dynamic DomainState should override a preloaded one. bool IsMoreStrict(const DomainState& other); - // 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; -- cgit v1.1