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

Unified Diff: content/test/test_render_frame_host.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/test/test_render_frame_host.h
diff --git a/content/test/test_render_frame_host.h b/content/test/test_render_frame_host.h
index f1718467fb7fcff9d4f4834464261bbe99f1c29a..32aa044e8642512e2c6c42b0dba68e42a62e1b95 100644
--- a/content/test/test_render_frame_host.h
+++ b/content/test/test_render_frame_host.h
@@ -109,7 +109,7 @@ class TestRenderFrameHost : public RenderFrameHostImpl,
void DidChangeOpener(int opener_routing_id);
- void DidEnforceStrictMixedContentChecking();
+ void DidEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
// If set, navigations will appear to have cleared the history list in the
// RenderFrame
« no previous file with comments | « content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html ('k') | content/test/test_render_frame_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698