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

Unified Diff: content/browser/frame_host/render_frame_host_manager.h

Issue 2046733003: Replicate WebInsecureRequestPolicy instead of a bool for strict mixed content checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@securitycontext
Patch Set: alexmos@ Created 4 years, 6 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: content/browser/frame_host/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index a00cf0d3621820c0e677100453433ab2b3924065..b875761d9a18764f0cdbe3c8996febdc442a55bc 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -436,9 +436,9 @@ class CONTENT_EXPORT RenderFrameHostManager
// Resets Content Security Policy in all the proxies.
void OnDidResetContentSecurityPolicy();
- // Sends updated enforcement of strict mixed content checking to all
- // frame proxies when the frame changes its setting.
- void OnEnforceStrictMixedContentChecking(bool should_enforce);
+ // Sends updated enforcement of insecure request policy to all frame proxies
+ // when the frame changes its setting.
+ void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
// Called on a frame to notify it that its out-of-process parent frame
// changed a property (such as allowFullscreen) on its <iframe> element.
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/frame_host/render_frame_host_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698