Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 051c817d113f158c9f4154b1c65cf44d340115e3..6a76843a5186f84586e91bd4ac5a0eaf42d8343c 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1008,9 +1008,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. |
@@ -2075,6 +2075,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, |