Chromium Code Reviews| Index: content/browser/ssl/ssl_policy_backend.h |
| diff --git a/content/browser/ssl/ssl_policy_backend.h b/content/browser/ssl/ssl_policy_backend.h |
| index 15ebe310a0e3c87e5abc8dd44ce49498a192bd3b..5a9fad4e6094cc76137999457976f3e13d8abbcd 100644 |
| --- a/content/browser/ssl/ssl_policy_backend.h |
| +++ b/content/browser/ssl/ssl_policy_backend.h |
| @@ -27,6 +27,9 @@ class SSLPolicyBackend { |
| // Returns whether the specified host ran insecure content. |
| bool DidHostRunInsecureContent(const std::string& host, int pid) const; |
| + // Revokes all allow exceptions by by the user for |host|. |
|
felt
2015/04/09 21:57:28
nit: by by
jww
2015/04/16 23:59:07
Done.
|
| + void RevokeUserAllowExceptions(const std::string& host); |
| + |
| // Records that |cert| is permitted to be used for |host| in the future, for |
| // a specific error type. |
| void AllowCertForHost(const net::X509Certificate& cert, |