| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 17739522f077294634cf8a8375b5fc6afe2aca48..1d9be84746a0118baef26b39d2f79dd6ea2d271e 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -582,8 +582,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_DidAssignPageId,
|
|
|
| // Changes the title for the page in the UI when the page is navigated or the
|
| // title changes. Sent for top-level frames.
|
| -IPC_MESSAGE_ROUTED3(FrameHostMsg_UpdateTitle,
|
| - int32 /* page_id */,
|
| +IPC_MESSAGE_ROUTED2(FrameHostMsg_UpdateTitle,
|
| base::string16 /* title */,
|
| blink::WebTextDirection /* title direction */)
|
|
|
|
|