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

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: Fixed min/max bug Created 7 years, 6 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 835f8807cfb5e507f01a06f468f81aed059afa81..5504bd3d4038022071582af2d3ec6438028a9639 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -369,6 +369,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_MEMBER(double, minimum)
IPC_STRUCT_MEMBER(double, maximum)
IPC_STRUCT_END()
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/android/java/res/layout/month_picker.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698