Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index ffdda9b37e0948b14f5dbf82aaa24f884f4e3971..22cf00716d9372991b986891fa8dee622ab15fca 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1983,6 +1983,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, /* dialog type */ |
|
bulach
2013/01/10 15:58:35
nit: I guess it fits aligned with the parens? also
Miguel Garcia
2013/01/11 14:59:37
Done.
|
| + std::string /* initial value */) |
| + |
| // Required for updating text input state. |
| IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged, |
| ViewHostMsg_TextInputState_Params /* input state params */) |