| 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..23b45c886de86a8f4846371b50576c4a9513705a 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
|
| + // Browser::ShouldAllowRunningInsecureContent.
|
| FilteredReportInsecureContentRan(GURL(resource_url));
|
|
|
| if (!allow_running_insecure_content_ && !allowed_per_settings) {
|
|
|