| 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 45d8ca0cffc75a6862df86dcbaef4b24a71fe007..39137790911ae472b38e1976abe4954903c8cd35 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -640,7 +640,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| blink::WebSandboxFlags flags);
|
| void OnDidChangeFrameOwnerProperties(
|
| int32_t frame_routing_id,
|
| - const blink::WebFrameOwnerProperties& frame_owner_properties);
|
| + const blink::WebFrameOwnerProperties& properties);
|
| void OnUpdateTitle(const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
| void OnUpdateEncoding(const std::string& encoding);
|
|
|