Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 2f3756e959d62d306cc9a88a2dc6741393a3885e..ff02083a30fd431263cadfdaf51c65755ef2aeb8 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -360,6 +360,8 @@ 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_year) |
Miguel Garcia
2013/05/10 15:17:59
if we really need these two ints let's call them i
keishi
2013/05/14 13:47:47
In this patch I removed week_year and reused the y
Miguel Garcia
2013/05/17 11:23:38
Great, I think this makes more sense
On 2013/05/1
|
+ IPC_STRUCT_MEMBER(int, week) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(ViewHostMsg_DidFailProvisionalLoadWithError_Params) |