diff options
Diffstat (limited to 'chrome/browser/ssl/ssl_policy_backend.h')
-rw-r--r-- | chrome/browser/ssl/ssl_policy_backend.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/ssl/ssl_policy_backend.h b/chrome/browser/ssl/ssl_policy_backend.h index 2d84232..f8a829c 100644 --- a/chrome/browser/ssl/ssl_policy_backend.h +++ b/chrome/browser/ssl/ssl_policy_backend.h @@ -13,9 +13,6 @@ #include "net/base/x509_certificate.h" #include "webkit/api/public/WebConsoleMessage.h" -namespace net { -class ForceTLSState; -} class NavigationController; class SSLHostState; class Task; @@ -71,9 +68,6 @@ class SSLPolicyBackend { // Returns whether the specified host is allowed to show mixed content. bool DidAllowMixedContentForHost(const std::string& host) const; - // Returns whether ForceTLS is enabled for |host|. - bool IsForceTLSEnabledForHost(const std::string& host) const; - // Reloads the tab. void Reload(); @@ -118,10 +112,6 @@ class SSLPolicyBackend { // SSL state specific for each host. SSLHostState* ssl_host_state_; - // ForceTLS state. - // TODO(abarth): Consider combining with SSLHostState? - net::ForceTLSState* force_tls_state_; - // The list of messages that should be displayed (in info bars) when the page // currently loading had loaded. std::vector<SSLMessageInfo> pending_messages_; |