| 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..2e88cc9666888e56778a39590279c909a4becd5d 100644
|
| --- a/content/test/mock_ssl_host_state_delegate.h
|
| +++ b/content/test/mock_ssl_host_state_delegate.h
|
| @@ -25,10 +25,14 @@ class MockSSLHostStateDelegate : public SSLHostStateDelegate {
|
| net::CertStatus error,
|
| bool* expired_previous_decision) override;
|
|
|
| - void HostRanInsecureContent(const std::string& host, int pid) override;
|
| -
|
| - bool DidHostRunInsecureContent(const std::string& host,
|
| - int pid) const override;
|
| + void HostRanInsecureContent(const std::string& host,
|
| + int pid,
|
| + InsecureContentType content_type) override;
|
| +
|
| + bool DidHostRunInsecureContent(
|
| + const std::string& host,
|
| + int pid,
|
| + InsecureContentType content_type) const override;
|
|
|
| void RevokeUserAllowExceptions(const std::string& host) override;
|
|
|
|
|