Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 9d4e1bac5d31013457ac3a1d9b4a33b52fbbabbf..f9f3432c32ceb36b3678d28ded1ec63756cdb6ff 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -117,6 +117,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseInfo) |
IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_proxy) |
IPC_STRUCT_TRAITS_MEMBER(npn_negotiated_protocol) |
IPC_STRUCT_TRAITS_MEMBER(socket_address) |
+ IPC_STRUCT_TRAITS_MEMBER(was_fetched_via_service_worker) |
+ IPC_STRUCT_TRAITS_MEMBER(original_url_via_service_worker) |
IPC_STRUCT_TRAITS_END() |
// Parameters for a resource request. |