diff options
author | mek <mek@chromium.org> | 2015-06-29 14:02:23 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-29 21:03:01 +0000 |
commit | d4ff9b576f5a9c1a0d3352db498fe222b69725cb (patch) | |
tree | 5fae0be95cbd145f09d3afeb685ec90105d441b7 /ipc/ipc_message_start.h | |
parent | 6ebe2cd94eed4b3259eb7f895d321294e66d94de (diff) | |
download | chromium_src-d4ff9b576f5a9c1a0d3352db498fe222b69725cb.zip chromium_src-d4ff9b576f5a9c1a0d3352db498fe222b69725cb.tar.gz chromium_src-d4ff9b576f5a9c1a0d3352db498fe222b69725cb.tar.bz2 |
Update client side navigator.connect API to use ServicePortCollection [2/3]
This is part of a series of patches to update the client side API of what was
formerly known as navigator.connect to follow the new spec based on
navigator.services and a new ServicePort type.
This patch updates the content side code to use mojo for most of its IPC,
although still relying somewhat on MessagePort since the existing service side
code uses MessagePort concepts. A future patch series will also adjust the service
side API to use ServicePort and get rid of the dependency on MessagePort.
[1/3] https://codereview.chromium.org/1191393003 Blink side changes
[2/3] https://codereview.chromium.org/1192713004 This patch
[3/3] https://codereview.chromium.org/1198653004/
Cleanup and removing old code paths on the blink side and in tests.
BUG=426458
Review URL: https://codereview.chromium.org/1192713004
Cr-Commit-Position: refs/heads/master@{#336636}
Diffstat (limited to 'ipc/ipc_message_start.h')
-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 9543a66..bd47f20 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -112,7 +112,6 @@ enum IPCMessageStart { LayoutTestMsgStart, NetworkHintsMsgStart, BluetoothMsgStart, - NavigatorConnectMsgStart, CastMediaMsgStart, AwMessagePortMsgStart, ExtensionsGuestViewMsgStart, |