summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authormarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-14 13:07:55 +0000
committermarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-14 13:07:55 +0000
commit1ef98de512072aef57b96ad1a61d37cdf703c370 (patch)
treed6ae5bb2b6a85ce906186352c446a5541ec7b579 /ipc
parent26a2ca5593e43255868d4147e0db836a17c2562c (diff)
downloadchromium_src-1ef98de512072aef57b96ad1a61d37cdf703c370.zip
chromium_src-1ef98de512072aef57b96ad1a61d37cdf703c370.tar.gz
chromium_src-1ef98de512072aef57b96ad1a61d37cdf703c370.tar.bz2
Refactoring: Move MessagePort-related IPCs and handling them away from Worker-related classes.
MessagePorts can also be used by non-workers. This is part of a series of changes to fix cross-process MessagePorts. This CL contains no functional changes. BUG=278336 Review URL: https://codereview.chromium.org/25299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_start.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index e71755f..7ce2bdd 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -91,6 +91,7 @@ enum IPCMessageStart {
PowerMonitorMsgStart,
EncryptedMediaMsgStart,
ServiceWorkerMsgStart,
+ MessagePortMsgStart,
LastIPCMsgStart // Must come last.
};