Index: content/public/browser/ssl_host_state_delegate.h |
diff --git a/content/public/browser/ssl_host_state_delegate.h b/content/public/browser/ssl_host_state_delegate.h |
index 4666471a14860c766395507fe52ac05b86d5778a..b53b44bf5227edadec217c1a38e3ebee43b99fc2 100644 |
--- a/content/public/browser/ssl_host_state_delegate.h |
+++ b/content/public/browser/ssl_host_state_delegate.h |
@@ -54,6 +54,10 @@ class SSLHostStateDelegate { |
virtual bool DidHostRunInsecureContent(const std::string& host, |
int pid) const = 0; |
+ // Revokes all SSL certificate error allow exceptions made by the user for |
+ // |host|. |
+ virtual void RevokeUserAllowExceptions(const std::string& host) = 0; |
+ |
protected: |
virtual ~SSLHostStateDelegate() {} |
}; |