| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index fe6afddd09d44dde202d18b06ab1d68ebf5ac1f2..f1802b1ba58fd549eca67390b474ae68435aac24 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -95,6 +95,7 @@ class WebBluetoothServiceImpl;
|
| struct ContentSecurityPolicyHeader;
|
| struct ContextMenuParams;
|
| struct FileChooserParams;
|
| +struct FrameOwnerProperties;
|
| struct GlobalRequestID;
|
| struct FileChooserParams;
|
| struct Referrer;
|
| @@ -680,9 +681,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidAssignPageId(int32_t page_id);
|
| void OnDidChangeSandboxFlags(int32_t frame_routing_id,
|
| blink::WebSandboxFlags flags);
|
| - void OnDidChangeFrameOwnerProperties(
|
| - int32_t frame_routing_id,
|
| - const blink::WebFrameOwnerProperties& properties);
|
| + void OnDidChangeFrameOwnerProperties(int32_t frame_routing_id,
|
| + const FrameOwnerProperties& properties);
|
| void OnUpdateTitle(const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
| void OnUpdateEncoding(const std::string& encoding);
|
|
|