Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(983)

Unified Diff: content/common/resource_messages.h

Issue 2714423002: Rename SkipServiceWorker to ServiceWorkerMode (Closed)
Patch Set: typos-- Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/common/resource_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/child/web_url_request_util.cc ('k') | content/common/resource_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698