Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 78f9fc723ff0d9bba1249023f89afef44d482575..b9f7ac07ec857fa9216572d3bcfd2f4eb6914a47 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1984,6 +1984,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 */, |
+ std::string /* initial value */) |
+ |
// Required for updating text input state. |
IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged, |
ViewHostMsg_TextInputState_Params /* input state params */) |