| Index: content/test/mock_ssl_host_state_delegate.h
|
| diff --git a/content/test/mock_ssl_host_state_delegate.h b/content/test/mock_ssl_host_state_delegate.h
|
| index 836139e681233fb4a315648958d1a2e4e6216453..75d8617e6d1b358874523ea6876d19b4b8216ee4 100644
|
| --- a/content/test/mock_ssl_host_state_delegate.h
|
| +++ b/content/test/mock_ssl_host_state_delegate.h
|
| @@ -30,6 +30,12 @@ class MockSSLHostStateDelegate : public 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;
|
| +
|
| void RevokeUserAllowExceptions(const std::string& host) override;
|
|
|
| bool HasAllowException(const std::string& host) const override;
|
|
|