Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 893350d5be494fc705f310817fcab0c33f2e1cce..69a2ae63e8256fcba2dde554a89c8b24503ce5c1 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -18,6 +18,8 @@ |
IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseHead) |
IPC_STRUCT_TRAITS_PARENT(webkit_glue::ResourceResponseInfo) |
IPC_STRUCT_TRAITS_MEMBER(status) |
+ IPC_STRUCT_TRAITS_MEMBER(request_start) |
+ IPC_STRUCT_TRAITS_MEMBER(response_start) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::SyncLoadResult) |