| 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 e40a9263f2d41ce2a71da737214a533032a69886..4a893a98d919d2bf8da41458982ec5aff10b0807 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -439,6 +439,13 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| // frame proxies when the frame changes its setting.
|
| void OnEnforceStrictMixedContentChecking(bool should_enforce);
|
|
|
| + // 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 WebFrameOwnerProperties to the RenderFrame and to all
|
| + // proxies, skipping the parent process.
|
| + void OnDidUpdateFrameOwnerProperties(
|
| + const blink::WebFrameOwnerProperties& properties);
|
| +
|
| // Send updated origin to all frame proxies when the frame navigates to a new
|
| // origin.
|
| void OnDidUpdateOrigin(const url::Origin& origin,
|
|
|