| Index: android_webview/browser/aw_ssl_host_state_delegate.cc
|
| diff --git a/android_webview/browser/aw_ssl_host_state_delegate.cc b/android_webview/browser/aw_ssl_host_state_delegate.cc
|
| index 921d7de9dea3ea34049eacac29714900a0a2c121..a3a4119a3efb10b137942c13d8067de5a126e9d8 100644
|
| --- a/android_webview/browser/aw_ssl_host_state_delegate.cc
|
| +++ b/android_webview/browser/aw_ssl_host_state_delegate.cc
|
| @@ -57,14 +57,14 @@ AwSSLHostStateDelegate::~AwSSLHostStateDelegate() {
|
|
|
| void AwSSLHostStateDelegate::HostRanInsecureContent(
|
| const std::string& host,
|
| - int pid,
|
| + int child_id,
|
| InsecureContentType content_type) {
|
| // Intentional no-op for Android WebView.
|
| }
|
|
|
| bool AwSSLHostStateDelegate::DidHostRunInsecureContent(
|
| const std::string& host,
|
| - int pid,
|
| + int child_id,
|
| InsecureContentType content_type) const {
|
| // Intentional no-op for Android WebView.
|
| return false;
|
|
|