| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index d2464e991c7e774085fd9a2560b85f5a565ab1a9..4ab4d1786f04709ebb2ee6dda54e876dc397da93 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1016,9 +1016,9 @@ IPC_MESSAGE_ROUTED1(ViewMsg_Replace,
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Delete)
|
| IPC_MESSAGE_ROUTED0(ViewMsg_SelectAll)
|
|
|
| -// Replaces all text in the current input field with the specified string.
|
| -IPC_MESSAGE_ROUTED1(ViewMsg_ReplaceAll,
|
| - string16 /* text */)
|
| +// Replaces a date time input field.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_ReplaceDateTime, string16 /* text */)
|
| +
|
| IPC_MESSAGE_ROUTED0(ViewMsg_Unselect)
|
|
|
| // Requests the renderer to select the region between two points.
|
| @@ -2097,6 +2097,9 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged,
|
| // Required for cancelling an ongoing input method composition.
|
| IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition)
|
|
|
| +// Tells the renderer to cancel an opened date/time dialog.
|
| +IPC_MESSAGE_ROUTED0(ViewMsg_CancelDateTimeDialog)
|
| +
|
| // WebKit and JavaScript error messages to log to the console
|
| // or debugger UI.
|
| IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole,
|
|
|