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

Unified Diff: content/common/message_port_messages.h

Issue 737833002: Properly queue messages sent to message ports that are transferred to a service worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross_process_messaging_with_terminate
Patch Set: improve comment 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
Index: content/common/message_port_messages.h
diff --git a/content/common/message_port_messages.h b/content/common/message_port_messages.h
index 4269ade839e231c86c81ef2fd7acf6ea5655dae2..222ca4fcddfd0e81b276d06e462dae7ed892cb0a 100644
--- a/content/common/message_port_messages.h
+++ b/content/common/message_port_messages.h
@@ -83,3 +83,6 @@ IPC_MESSAGE_CONTROL1(MessagePortHostMsg_QueueMessages,
IPC_MESSAGE_CONTROL2(MessagePortHostMsg_SendQueuedMessages,
int /* message_port_id */,
std::vector<QueuedMessage> /* queued_messages */)
+
+IPC_MESSAGE_CONTROL1(MessagePortHostMsg_ReleaseMessages,
+ int /* message_port_id */)
« content/browser/message_port_service.cc ('K') | « content/child/webmessageportchannel_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698