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 bf15e2f4c32ba34482d54a0191e36e61b8bfe3f1..ebdd53fb19db94176eac2fa14081c9e4b9df7b75 100644 |
--- a/content/browser/frame_host/frame_tree_node.h |
+++ b/content/browser/frame_host/frame_tree_node.h |
@@ -161,6 +161,9 @@ class CONTENT_EXPORT FrameTreeNode { |
// update. |
void SetInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy); |
+ // Gets the current insecure request policy. |
+ blink::WebInsecureRequestPolicy GetInsecureRequestPolicy() const; |
+ |
// Returns the currently active sandbox flags for this frame. This includes |
// flags inherited from parent frames and the currently active flags from the |
// <iframe> element hosting this frame. This does not include flags that |