Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2529)

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Addressed all jam@ latest comments. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 dd23bded1a0a27b520144ce04917f0db0b479d44..9f51bd1126e50c468b4ec6f5df72dd6989baf0f4 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -257,6 +257,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(

Powered by Google App Engine
This is Rietveld 408576698