| 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 35da0f83de68265e3f36eadbfb5f31e05ca00b5f..9b753a6ae6d9f1ff0c60764f40196c0190e9cc8c 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -160,6 +160,9 @@ class CONTENT_EXPORT FrameTreeNode {
|
| // Sets the current insecure request policy, and notifies proxies about the
|
| // update.
|
| void SetInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
| + bool upgrades_insecure_requests() const {
|
| + return replication_state_.insecure_request_policy & blink::kUpgradeInsecureRequests;
|
| + }
|
|
|
| // Returns the currently active sandbox flags for this frame. This includes
|
| // flags inherited from parent frames and the currently active flags from the
|
|
|