| Index: chrome/renderer/content_settings_observer.cc
|
| diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc
|
| index b163fdbbf4c14d0d51ac183bf7dc177dee29c33a..0d9678a8b90142a460e6f49422ba3041f21ccdda 100644
|
| --- a/chrome/renderer/content_settings_observer.cc
|
| +++ b/chrome/renderer/content_settings_observer.cc
|
| @@ -580,7 +580,7 @@ bool ContentSettingsObserver::allowRunningInsecureContent(
|
| SendInsecureContentSignal(INSECURE_CONTENT_RUN_SWF);
|
|
|
| if (!allow_running_insecure_content_ && !allowed_per_settings) {
|
| - DidBlockContentType(CONTENT_SETTINGS_TYPE_MIXEDSCRIPT);
|
| + DidBlockContentType(CONTENT_SETTINGS_TYPE_MIXEDSCRIPT, origin.host());
|
| return false;
|
| }
|
|
|
|
|