Index: content/renderer/render_frame_proxy.h |
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h |
index 950e25dacd5d8675353184df8d61698563bf6818..fcd7b52df4f2587c6586415de4c60cd94528ba57 100644 |
--- a/content/renderer/render_frame_proxy.h |
+++ b/content/renderer/render_frame_proxy.h |
@@ -36,6 +36,7 @@ class RenderFrameImpl; |
class RenderViewImpl; |
class RenderWidget; |
struct ContentSecurityPolicyHeader; |
+struct FrameOwnerProperties; |
struct FrameReplicationState; |
// When a page's frames are rendered by multiple processes, each renderer has a |
@@ -170,8 +171,7 @@ class CONTENT_EXPORT RenderFrameProxy |
void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header); |
void OnResetContentSecurityPolicy(); |
void OnEnforceInsecureRequestPolicy(blink::WebInsecureRequestPolicy policy); |
- void OnSetFrameOwnerProperties( |
- const blink::WebFrameOwnerProperties& properties); |
+ void OnSetFrameOwnerProperties(const FrameOwnerProperties& properties); |
void OnDidUpdateOrigin(const url::Origin& origin, |
bool is_potentially_trustworthy_unique_origin); |
void OnSetPageFocus(bool is_focused); |