Index: chrome/renderer/content_settings_observer.cc |
diff --git a/chrome/renderer/content_settings_observer.cc b/chrome/renderer/content_settings_observer.cc |
index 8bf046741d65ffa0b06a4183bd22d5d53de35c2c..ac80ba79c89cbe1cc78e7b7ae7cec6e8143e5bc8 100644 |
--- a/chrome/renderer/content_settings_observer.cc |
+++ b/chrome/renderer/content_settings_observer.cc |
@@ -483,7 +483,7 @@ bool ContentSettingsObserver::allowRunningInsecureContent( |
SendInsecureContentSignal(INSECURE_CONTENT_RUN_SWF); |
if (!allow_running_insecure_content_ && !allowed_per_settings) { |
- DidBlockContentType(CONTENT_SETTINGS_TYPE_MIXEDSCRIPT, origin.host()); |
+ DidBlockContentType(CONTENT_SETTINGS_TYPE_MIXEDSCRIPT, origin.toString()); |
felt
2016/06/10 03:41:08
Man, this is a tricky bug. It wasn't obvious to me
estark
2016/06/10 03:55:20
Easy enough to add a DCHECK, so I did that. Also w
|
return false; |
} |