#include "content/browser/loader/content_security_notifier.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
namespace content {
ContentSecurityNotifier::ContentSecurityNotifier(
GlobalRenderFrameHostId render_frame_host_id)
: … { … }
void ContentSecurityNotifier::NotifyContentWithCertificateErrorsRan() { … }
void ContentSecurityNotifier::NotifyContentWithCertificateErrorsDisplayed() { … }
void ContentSecurityNotifier::NotifyInsecureContentRan(
const GURL& origin,
const GURL& insecure_url) { … }
}