summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 02:08:15 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-22 02:08:15 +0000
commit5f6f9bce342075bea590cb69914d97eb3bdde29a (patch)
treea10c77431a369a15188a0e9fd3a89adc1ff0dbc8 /ipc/ipc_message_start.h
parent68db1854c53776b1c97f6da4ad5d95d8803371ae (diff)
downloadchromium_src-5f6f9bce342075bea590cb69914d97eb3bdde29a.zip
chromium_src-5f6f9bce342075bea590cb69914d97eb3bdde29a.tar.gz
chromium_src-5f6f9bce342075bea590cb69914d97eb3bdde29a.tar.bz2
don't include iostream.h
use ChildThread for main loop - fix Android build whitespace fix minor style fix last minute compile fixes address Antoine's comments minor changes to reflect latest Blink API -- address palmer comments last minute include order fix address last minute style nits stub out other OSes support Takashi's MIDIAccessor fix minor build err undo param traits changes get rid of param_traits - other minor style nits address scherkus comments use int64 for ParamTraits WIP fix white-space issues more style basically working some cleanup -- support for multiple clients forgot midi_manager.cc Get MIDI port information sent to renderer formatting fixes lots of cleanup - added RequestAccess and Send style more style only bother sending received messages to renderer if approval was asked early steps to granting permission to Blink some progress to sending port info to Blink send client_id when requesting access fix minor style issues in .gyp files fix context/browser DEPS fix include paths git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207992 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 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,