| 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 b875761d9a18764f0cdbe3c8996febdc442a55bc..663ea40eff755c7b66f7bbba6d613e6cfdfe5a1a 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -49,6 +49,7 @@ class TestWebContents;
|
| class WebUIImpl;
|
| struct CommonNavigationParams;
|
| struct ContentSecurityPolicyHeader;
|
| +struct FrameOwnerProperties;
|
| struct FrameReplicationState;
|
|
|
| // Manages RenderFrameHosts for a FrameTreeNode. It maintains a
|
| @@ -442,10 +443,9 @@ class CONTENT_EXPORT RenderFrameHostManager
|
|
|
| // 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);
|
| + // Sends updated FrameOwnerProperties to the RenderFrame and to all proxies,
|
| + // skipping the parent process.
|
| + void OnDidUpdateFrameOwnerProperties(const FrameOwnerProperties& properties);
|
|
|
| // Send updated origin to all frame proxies when the frame navigates to a new
|
| // origin.
|
|
|