| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 13e675e35db2dfaeb2d7f4b27a2dae7359280cd5..df1ac83db70eace77658b61310991fada6675f63 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -164,6 +164,7 @@ IPC_ENUM_TRAITS(ViewMsg_StopFinding_Params::Action)
|
| IPC_ENUM_TRAITS(WebKit::WebContextMenuData::MediaType)
|
| IPC_ENUM_TRAITS(WebKit::WebMediaPlayerAction::Type)
|
| IPC_ENUM_TRAITS(WebKit::WebPopupType)
|
| +IPC_ENUM_TRAITS(WebKit::WebTextDirection)
|
| IPC_ENUM_TRAITS(ui::TextInputType)
|
| IPC_ENUM_TRAITS(WebMenuItem::Type)
|
| IPC_ENUM_TRAITS(WindowContainerType)
|
| @@ -1369,9 +1370,10 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DidFinishLoad,
|
|
|
| // Changes the title for the page in the UI when the page is navigated or the
|
| // title changes.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTitle,
|
| - int32,
|
| - string16)
|
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateTitle,
|
| + int32 /* page_id */,
|
| + string16 /* title */,
|
| + WebKit::WebTextDirection /* title direction */)
|
|
|
| // Changes the icon url for the page in the UI.
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateIconURL,
|
|
|