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

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

Issue 688413002: Add terminateServiceWorker method for layout tests - chromium side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 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
« no previous file with comments | « content/child/service_worker/web_service_worker_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_worker/service_worker_messages.h
diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
index f645c5699fba27014721c54c8f4141a737b0fe27..f66a38a12336a0a351c07bcda835211b0f2d8f87 100644
--- a/content/common/service_worker/service_worker_messages.h
+++ b/content/common/service_worker/service_worker_messages.h
@@ -243,6 +243,8 @@ IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_CacheClosed,
IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_BlobDataHandled,
std::string /* uuid */)
+IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_TerminateWorker, int /* handle_id */)
nhiroki 2014/11/21 02:18:51 nit: How about moving this to line 162 to group me
Marijn Kruisselbrink 2014/11/21 18:41:22 Done.
+
//---------------------------------------------------------------------------
// Messages sent from the browser to the child process.
//
« no previous file with comments | « content/child/service_worker/web_service_worker_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698