| 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 a7bc70be72e480eca6ce10fc7ed848a3b699332f..82642c196e8e754ea19eff1122133306423fd267 100644
|
| --- a/content/test/mock_ssl_host_state_delegate.h
|
| +++ b/content/test/mock_ssl_host_state_delegate.h
|
| @@ -18,7 +18,8 @@ class MockSSLHostStateDelegate : public SSLHostStateDelegate {
|
| const net::X509Certificate& cert,
|
| net::CertStatus error) override;
|
|
|
| - void Clear() override;
|
| + void Clear(
|
| + const base::Callback<bool(const std::string&)>& host_filter) override;
|
|
|
| CertJudgment QueryPolicy(const std::string& host,
|
| const net::X509Certificate& cert,
|
|
|