| Index: android_webview/browser/aw_ssl_host_state_delegate.h
|
| diff --git a/android_webview/browser/aw_ssl_host_state_delegate.h b/android_webview/browser/aw_ssl_host_state_delegate.h
|
| index 45cbe79bbe1635aa501881721a731532752e5fbc..47c2626929fea365f39a477c7279cf9a6d61e2dc 100644
|
| --- a/android_webview/browser/aw_ssl_host_state_delegate.h
|
| +++ b/android_webview/browser/aw_ssl_host_state_delegate.h
|
| @@ -70,6 +70,12 @@ class AwSSLHostStateDelegate : public content::SSLHostStateDelegate {
|
| bool DidHostRunInsecureContent(const std::string& host,
|
| int pid) const override;
|
|
|
| + void HostRanContentWithCertificateErrors(const std::string& host,
|
| + int pid) override;
|
| +
|
| + bool DidHostRunContentWithCertificateErrors(const std::string& host,
|
| + int pid) const override;
|
| +
|
| // Revokes all SSL certificate error allow exceptions made by the user for
|
| // |host|.
|
| void RevokeUserAllowExceptions(const std::string& host) override;
|
|
|