Index: content/browser/frame_host/frame_tree_node.h |
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h |
index d678c9a53903e24403b6dbbf84c81ab9a125aa8a..be2734562aedf23ae12074efe5a16405421a9c01 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -137,6 +137,10 @@ class CONTENT_EXPORT FrameTreeNode { |
// Set the current name and notify proxies about the update. |
void SetFrameName(const std::string& name); |
+ // Sets the current enforcement of strict mixed content checking and |
+ // notifies proxies about the update. |
+ void SetShouldEnforceStrictMixedContentChecking(bool should_enforce); |
+ |
blink::WebSandboxFlags effective_sandbox_flags() { |
return effective_sandbox_flags_; |
} |