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

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

Issue 2630273002: ServiceWorker: mojofy ResumeAfterDownload and AddMessageToConsole (Closed)
Patch Set: s/is/was/ , add :: before blink and remove unnecessary include Created 3 years, 11 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
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 6baa249797afa1f4b3065217e7ccfac59ceda6d6..17c594aeb727fe3848de2b8e60e75e8754302f44 100644
--- a/content/common/service_worker/embedded_worker_messages.h
+++ b/content/common/service_worker/embedded_worker_messages.h
@@ -51,21 +51,10 @@ IPC_STRUCT_BEGIN(EmbeddedWorkerHostMsg_ReportConsoleMessage_Params)
IPC_STRUCT_MEMBER(GURL, source_url)
IPC_STRUCT_END()
-// Browser -> Renderer message to resume a worker that has been started
-// with the pause_after_download option.
-IPC_MESSAGE_CONTROL1(EmbeddedWorkerMsg_ResumeAfterDownload,
- int /* embedded_worker_id */)
-
// Browser -> Renderer message to stop (terminate) the embedded worker.
IPC_MESSAGE_CONTROL1(EmbeddedWorkerMsg_StopWorker,
int /* embedded_worker_id */)
-// Browser -> Renderer message to add message to the devtools console.
-IPC_MESSAGE_CONTROL3(EmbeddedWorkerMsg_AddMessageToConsole,
- int /* embedded_worker_id */,
- content::ConsoleMessageLevel /* level */,
- std::string /* message */)
-
// Renderer -> Browser message to indicate that the worker is ready for
// inspection.
IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerReadyForInspection,
« no previous file with comments | « content/common/service_worker/embedded_worker.mojom ('k') | content/renderer/service_worker/embedded_worker_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698