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

Unified Diff: content/common/view_messages.h

Issue 15057004: Week picker for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduced BaseDatePickerDialog Created 7 years, 7 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 f2cfbb141037aa858763e30e492922608f5d224e..74e88dce2c2d50f562ed4544fd080cfaa8c0ec5a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -361,6 +361,7 @@ IPC_STRUCT_BEGIN(ViewHostMsg_DateTimeDialogValue_Params)
IPC_STRUCT_MEMBER(int, hour)
IPC_STRUCT_MEMBER(int, minute)
IPC_STRUCT_MEMBER(int, second)
+ IPC_STRUCT_MEMBER(int, week)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewHostMsg_DidFailProvisionalLoadWithError_Params)

Powered by Google App Engine
This is Rietveld 408576698