Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: net/base/transport_security_state.h

Issue 9585036: Remove a declaration for an unimplemented function in TransportSecurityState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/transport_security_state.h
diff --git a/net/base/transport_security_state.h b/net/base/transport_security_state.h
index a83788787fba23a22965821b41d7198f2ea74527..d2c8e2ba3d27fcef26920b531fc0e1066898ad6e 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698