Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 859ffedfa89091950b232cc06f76d335445e5e78..882b6db372d23ea069fa0449ad6240b8e1b2ee6f 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -130,8 +130,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::FetchCredentialsMode, |
IPC_ENUM_TRAITS_MAX_VALUE(content::FetchRedirectMode, |
content::FetchRedirectMode::LAST) |
-IPC_ENUM_TRAITS_MAX_VALUE(content::SkipServiceWorker, |
- content::SkipServiceWorker::LAST) |
+IPC_ENUM_TRAITS_MAX_VALUE(content::ServiceWorkerMode, |
+ content::ServiceWorkerMode::LAST) |
IPC_ENUM_TRAITS_MAX_VALUE(net::EffectiveConnectionType, |
net::EFFECTIVE_CONNECTION_TYPE_LAST - 1) |
@@ -230,7 +230,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ResourceRequest) |
IPC_STRUCT_TRAITS_MEMBER(should_reset_appcache) |
IPC_STRUCT_TRAITS_MEMBER(service_worker_provider_id) |
IPC_STRUCT_TRAITS_MEMBER(originated_from_service_worker) |
- IPC_STRUCT_TRAITS_MEMBER(skip_service_worker) |
+ IPC_STRUCT_TRAITS_MEMBER(service_worker_mode) |
IPC_STRUCT_TRAITS_MEMBER(fetch_request_mode) |
IPC_STRUCT_TRAITS_MEMBER(fetch_credentials_mode) |
IPC_STRUCT_TRAITS_MEMBER(fetch_redirect_mode) |