| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 71c68d41b39247dfaf49e915407eddd951068b75..685145172df73c6e60487957639c005e85ca6afe 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1985,6 +1985,11 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_EnumerateDirectory,
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_TakeFocus,
|
| bool /* reverse */)
|
|
|
| +// Required for opening a date/time dialog
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_OpenDateTimeDialog,
|
| + int /* type */,
|
| + std::string /* value */)
|
| +
|
| // Required for updating text input state.
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged,
|
| ViewHostMsg_TextInputState_Params /* input state params */)
|
|
|