| Index: content/renderer/render_frame_proxy.h
|
| diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
|
| index 3ccbd9b3cb5e1ebc7027b2be811457584b86d314..fb4b62a0f9598046ab9d30576f8545d801393652 100644
|
| --- a/content/renderer/render_frame_proxy.h
|
| +++ b/content/renderer/render_frame_proxy.h
|
| @@ -166,6 +166,8 @@ class CONTENT_EXPORT RenderFrameProxy
|
| void OnDispatchLoad();
|
| void OnDidUpdateName(const std::string& name, const std::string& unique_name);
|
| 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);
|
|
|