| 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 7fb00fcc8f3f1e02d119812bda811b192a758b98..5784e8494740741363562ec91406940838170dba 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -657,7 +657,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| 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);
|
|
|