| Index: content/test/mock_ssl_host_state_delegate.cc
|
| diff --git a/content/test/mock_ssl_host_state_delegate.cc b/content/test/mock_ssl_host_state_delegate.cc
|
| index daded7e8c7fa2aeda5a451154982c1376d38916d..3d2dcdddf6a1c57200b1ef60dd73212f9a6cd761 100644
|
| --- a/content/test/mock_ssl_host_state_delegate.cc
|
| +++ b/content/test/mock_ssl_host_state_delegate.cc
|
| @@ -40,6 +40,16 @@ bool MockSSLHostStateDelegate::DidHostRunInsecureContent(
|
| return false;
|
| }
|
|
|
| +void MockSSLHostStateDelegate::HostRanContentWithCertificateErrors(
|
| + const std::string& host,
|
| + int pid) {}
|
| +
|
| +bool MockSSLHostStateDelegate::DidHostRunContentWithCertificateErrors(
|
| + const std::string& host,
|
| + int pid) const {
|
| + return false;
|
| +}
|
| +
|
| void MockSSLHostStateDelegate::RevokeUserAllowExceptions(
|
| const std::string& host) {
|
| exceptions_.erase(exceptions_.find(host));
|
|
|