Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 468dffccc0d55ee8e9737e0608ed0d786339a045..ff886c6e733798110bfe264473b90b1190f257cf 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -277,6 +277,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::BeginNavigationParams) |
IPC_STRUCT_TRAITS_MEMBER(headers) |
IPC_STRUCT_TRAITS_MEMBER(load_flags) |
IPC_STRUCT_TRAITS_MEMBER(has_user_gesture) |
+ IPC_STRUCT_TRAITS_MEMBER(skip_service_worker) |
+ IPC_STRUCT_TRAITS_MEMBER(request_context_type) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::StartNavigationParams) |
@@ -306,6 +308,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RequestNavigationParams) |
IPC_STRUCT_TRAITS_MEMBER(current_history_list_offset) |
IPC_STRUCT_TRAITS_MEMBER(current_history_list_length) |
IPC_STRUCT_TRAITS_MEMBER(should_clear_history_list) |
+ IPC_STRUCT_TRAITS_MEMBER(service_worker_provider_id) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::FrameReplicationState) |