Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: content/common/view_messages.h

Issue 11783088: Split Date/Time picker values from IME processing since date/time related form values have been com… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 7c72509001dcce91eaff7353559c869c03b198ea..9b72dae2215fa88eb1df2b13c929157ab0c93e0b 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1990,6 +1990,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 */,
jam 2013/01/14 21:10:55 nit: here and below, the convention is to put the
Miguel Garcia 2013/01/17 12:17:40 Done.
+ std::string /* initial value */)
palmer 2013/01/14 23:53:35 I'd rather send plain old data (e.g. an int of sec
Miguel Garcia 2013/01/17 12:17:40 As agreed, I'll do this in a separate patch. On 2
+
// Required for updating text input state.
IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged,
ViewHostMsg_TextInputState_Params /* input state params */)

Powered by Google App Engine
This is Rietveld 408576698