| Index: chrome/renderer/content_settings_observer.cc
|
| diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
|
| index afbaab30f3b3dbf5533629e2e07589799e96cc44..68988b5b4d01287dea4f481093ba52ad06db47eb 100644
|
| --- a/chrome/renderer/content_settings_observer.cc
|
| +++ b/chrome/renderer/content_settings_observer.cc
|
| @@ -388,6 +388,8 @@ bool ContentSettingsObserver::allowRunningInsecureContent(
|
| bool allowed_per_settings,
|
| const blink::WebSecurityOrigin& origin,
|
| const blink::WebURL& resource_url) {
|
| + // Note: this implementation is a mirror of
|
| + // ChromeContentBrowserClient::ShouldAllowRunningInsecureContent
|
| FilteredReportInsecureContentRan(GURL(resource_url));
|
|
|
| if (!allow_running_insecure_content_ && !allowed_per_settings) {
|
|
|