summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 00:55:52 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 00:55:52 +0000
commit3940e87eaee6fb59800cffba475a294e3fa5c72c (patch)
tree615fe36029f356c946c1374ba604967741bd4912 /ipc
parent8fce311668977b966f21d61220dcdb2091375a16 (diff)
downloadchromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.zip
chromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.tar.gz
chromium_src-3940e87eaee6fb59800cffba475a294e3fa5c72c.tar.bz2
Implement Web MIDI API back-end
This involves browser-side support and IPC for sending and receiving MIDI messages. Initially support for OSX is included. BUG=163795 R=palmer@chromium.org, piman@chromium.org, scherkus@chromium.org Review URL: https://codereview.chromium.org/16025005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207983 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 8226bc1..3e1e59c 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -47,6 +47,7 @@ enum IPCMessageStart {
DesktopNotificationMsgStart,
GeolocationMsgStart,
AudioMsgStart,
+ MIDIMsgStart,
ChromeMsgStart,
DragMsgStart,
PrintMsgStart,