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

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: Moved header file out of public, applied renaming suggestions. 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 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 */)

Powered by Google App Engine
This is Rietveld 408576698