Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index 84551bf7b786c2cf326c75a002597f42e91c89e7..2db1e363ada50eccb918ba17f496f88360423f16 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -264,6 +264,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
void OverridePageVisibilityState( |
content::RenderFrameHost* render_frame_host, |
blink::WebPageVisibilityState* visibility_state) override; |
+ void PassiveInsecureContentFound(const GURL& resource_url) override; |
+ bool ShouldAllowRunningInsecureContent( |
+ bool allowed_per_settings, |
+ const url::Origin& origin, |
+ const GURL& resource_url, |
+ content::WebContents* web_contents) override; |
#if defined(OS_ANDROID) |
void GetAdditionalMappedFilesForChildProcess( |