diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-14 14:34:09 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-14 14:34:09 +0000 |
commit | d94be6784210477a617804738a4bd8a90fc91c02 (patch) | |
tree | d8551247f29446c72fe45b70c1f0ce1d9f0db67e /ipc | |
parent | b1eff5b6e58841c1b4551a90f853b4f7a59e70f3 (diff) | |
download | chromium_src-d94be6784210477a617804738a4bd8a90fc91c02.zip chromium_src-d94be6784210477a617804738a4bd8a90fc91c02.tar.gz chromium_src-d94be6784210477a617804738a4bd8a90fc91c02.tar.bz2 |
Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..."
> 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
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/27192002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228455 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index 7ce2bdd..e71755f 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -91,7 +91,6 @@ enum IPCMessageStart { PowerMonitorMsgStart, EncryptedMediaMsgStart, ServiceWorkerMsgStart, - MessagePortMsgStart, LastIPCMsgStart // Must come last. }; |