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

Unified Diff: content/renderer/render_frame_proxy.h

Issue 1489253002: Plumb document's strict mixed content checking for RemoteFrames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: alexmos nits Created 5 years 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/renderer/render_frame_proxy.h
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
index 1e4c288578ff239efb88db75b634a99397aa9c1a..ead459ce3a764ac8728b59c8f9627cd57fe222bb 100644
--- a/content/renderer/render_frame_proxy.h
+++ b/content/renderer/render_frame_proxy.h
@@ -160,6 +160,7 @@ class CONTENT_EXPORT RenderFrameProxy
void OnDidUpdateSandboxFlags(blink::WebSandboxFlags flags);
void OnDispatchLoad();
void OnDidUpdateName(const std::string& name);
+ void OnDidUpdateShouldEnforceStrictMixedContentChecking(bool should_enforce);
void OnDidUpdateOrigin(const url::Origin& origin);
void OnSetPageFocus(bool is_focused);
void OnSetFocusedFrame();

Powered by Google App Engine
This is Rietveld 408576698