Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index c2c6dcd1e5ddb5126254a3a7917247b2b3d276db..aa56c33eb69d12ba142f5de803546ca78c298635 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1017,9 +1017,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. |
@@ -2077,6 +2077,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, |