summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authormarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 10:57:49 +0000
committermarja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 10:57:49 +0000
commit83fc55e4c8c0da1e74d2efde3818de9876f283ad (patch)
tree412359dd65fe242c819a3e6dfce91d138d7768aa /ipc/ipc_message_start.h
parent8c459bd4bca1c6afc2e27089acc66906cd2ade16 (diff)
downloadchromium_src-83fc55e4c8c0da1e74d2efde3818de9876f283ad.zip
chromium_src-83fc55e4c8c0da1e74d2efde3818de9876f283ad.tar.gz
chromium_src-83fc55e4c8c0da1e74d2efde3818de9876f283ad.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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228448 Review URL: https://codereview.chromium.org/25299002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-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.
};