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

Unified Diff: content/common/service_worker/embedded_worker_messages.h

Issue 2490623005: Remove InterfaceRegistry/Provider from service workers (Closed)
Patch Set: Created 4 years, 1 month 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
Index: content/common/service_worker/embedded_worker_messages.h
diff --git a/content/common/service_worker/embedded_worker_messages.h b/content/common/service_worker/embedded_worker_messages.h
index 34dc1eb2cabcb93c5273e35a9639033af72c7de9..2f6b4c42c255328bcf43305683bcb59ba20b1dfa 100644
--- a/content/common/service_worker/embedded_worker_messages.h
+++ b/content/common/service_worker/embedded_worker_messages.h
@@ -28,7 +28,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::EmbeddedWorkerSettings)
IPC_STRUCT_TRAITS_END()
// Parameters structure for EmbeddedWorkerMsg_StartWorker.
-IPC_STRUCT_TRAITS_BEGIN(content::EmbeddedWorkerStartParams)
+IPC_STRUCT_TRAITS_BEGIN(content::EmbeddedWorkerStartParamsInternal)
IPC_STRUCT_TRAITS_MEMBER(embedded_worker_id)
IPC_STRUCT_TRAITS_MEMBER(service_worker_version_id)
IPC_STRUCT_TRAITS_MEMBER(scope)
@@ -53,7 +53,7 @@ IPC_STRUCT_END()
// Browser -> Renderer message to create a new embedded worker context.
IPC_MESSAGE_CONTROL1(EmbeddedWorkerMsg_StartWorker,
- content::EmbeddedWorkerStartParams /* params */)
+ content::EmbeddedWorkerStartParamsInternal /* params */)
// Browser -> Renderer message to resume a worker that has been started
// with the pause_after_download option.

Powered by Google App Engine
This is Rietveld 408576698