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