| Index: chrome/renderer/content_settings_observer.cc
|
| diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
|
| index e9a614cd39d0c5f2f2a567fc80cfc5c862bc5eb8..6194af4caa7d8abf063d6e6636497c92a479b20d 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) {
|
|
|