Index: content/renderer/render_frame_proxy.h |
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h |
index 638037b69d436ebe76eb50ad2fee7dd02756ae2b..375b308d81ba2226855f6ba833eeb744f2dd3cb0 100644 |
--- a/content/renderer/render_frame_proxy.h |
+++ b/content/renderer/render_frame_proxy.h |
@@ -169,6 +169,8 @@ class CONTENT_EXPORT RenderFrameProxy |
void OnAddContentSecurityPolicy(const ContentSecurityPolicyHeader& header); |
void OnResetContentSecurityPolicy(); |
void OnEnforceStrictMixedContentChecking(bool should_enforce); |
+ void OnSetFrameOwnerProperties( |
+ const blink::WebFrameOwnerProperties& properties); |
void OnDidUpdateOrigin(const url::Origin& origin, |
bool is_potentially_trustworthy_unique_origin); |
void OnSetPageFocus(bool is_focused); |