summaryrefslogtreecommitdiff
path: root/chromium/content/common/service_worker/service_worker_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/service_worker/service_worker_messages.h')
-rw-r--r--chromium/content/common/service_worker/service_worker_messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/common/service_worker/service_worker_messages.h b/chromium/content/common/service_worker/service_worker_messages.h
index 379f4674113..8ba0e58e7f0 100644
--- a/chromium/content/common/service_worker/service_worker_messages.h
+++ b/chromium/content/common/service_worker/service_worker_messages.h
@@ -52,6 +52,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::ServiceWorkerProviderType,
IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerFetchRequest)
IPC_STRUCT_TRAITS_MEMBER(mode)
+ IPC_STRUCT_TRAITS_MEMBER(is_main_resource_load)
IPC_STRUCT_TRAITS_MEMBER(request_context_type)
IPC_STRUCT_TRAITS_MEMBER(frame_type)
IPC_STRUCT_TRAITS_MEMBER(url)
@@ -62,6 +63,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ServiceWorkerFetchRequest)
IPC_STRUCT_TRAITS_MEMBER(referrer)
IPC_STRUCT_TRAITS_MEMBER(credentials_mode)
IPC_STRUCT_TRAITS_MEMBER(redirect_mode)
+ IPC_STRUCT_TRAITS_MEMBER(client_id)
IPC_STRUCT_TRAITS_MEMBER(is_reload)
IPC_STRUCT_TRAITS_END()