| 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..0411ba45a32640e5e2f7197dba10625b7339ab77 100644
|
| --- a/content/test/mock_ssl_host_state_delegate.cc
|
| +++ b/content/test/mock_ssl_host_state_delegate.cc
|
| @@ -31,12 +31,15 @@ SSLHostStateDelegate::CertJudgment MockSSLHostStateDelegate::QueryPolicy(
|
| return SSLHostStateDelegate::ALLOWED;
|
| }
|
|
|
| -void MockSSLHostStateDelegate::HostRanInsecureContent(const std::string& host,
|
| - int pid) {}
|
| +void MockSSLHostStateDelegate::HostRanInsecureContent(
|
| + const std::string& host,
|
| + int pid,
|
| + InsecureContentType content_type) {}
|
|
|
| bool MockSSLHostStateDelegate::DidHostRunInsecureContent(
|
| const std::string& host,
|
| - int pid) const {
|
| + int pid,
|
| + InsecureContentType content_type) const {
|
| return false;
|
| }
|
|
|
|
|