| 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 c63ae2732d916dabf59399f8394208b1572d0fbf..fbc2c00c4c8bdb7d5a917ee30d228bf6c9110908 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -435,8 +435,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void OnDidAccessInitialDocument();
|
| void OnDidDisownOpener();
|
| void OnDidAssignPageId(int32 page_id);
|
| - void OnUpdateTitle(int32 page_id,
|
| - const base::string16& title,
|
| + void OnUpdateTitle(const base::string16& title,
|
| blink::WebTextDirection title_direction);
|
| void OnUpdateEncoding(const std::string& encoding);
|
| void OnBeginNavigation(const FrameHostMsg_BeginNavigation_Params& params,
|
|
|