| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index 6ffb6f0671d194bffb0114872423c50466ae4ebf..097c359c886929447ea0f60463b335d400c0c6d4 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -435,6 +435,11 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| // when the frame changes its setting.
|
| void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy);
|
|
|
| + // Sends updated enforcement of upgrade insecure navigations set to all frame
|
| + // proxies when the frame changes its setting.
|
| + void OnEnforceInsecureNavigationsSet(
|
| + const std::vector<uint32_t>& insecure_navigations_set);
|
| +
|
| // Called on a frame to notify it that its out-of-process parent frame
|
| // changed a property (such as allowFullscreen) on its <iframe> element.
|
| // Sends updated FrameOwnerProperties to the RenderFrame and to all proxies,
|
|
|