Use origins instead of URLs in console messages about mixed content.
Specifically, use origins when the frame loading a resource and the
frame with respect to which content is mixed are different. This
avoids potential information disclosure with OOPIFs, and includes
scenarios such as
https://foo.com embedding an insecure subframe
http://bar.com, or that insecure subframe further loading insecure
subresources. It does *not* include the case where
https://foo.com
embeds insecure subresources, like <img src="http://foo.com/foo.jpg">.
BUG=
726178
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation