diff options
author | crogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 04:03:03 +0000 |
---|---|---|
committer | crogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 04:03:03 +0000 |
commit | a987515b634b4d8aaecc55ec4bb9491be8788b67 (patch) | |
tree | 7925b49f6b3884aff276a43a19463d3a73127c79 /ipc | |
parent | 9f7a254a647dd14bb00532d8e570dbb328704281 (diff) | |
download | chromium_src-a987515b634b4d8aaecc55ec4bb9491be8788b67.zip chromium_src-a987515b634b4d8aaecc55ec4bb9491be8788b67.tar.gz chromium_src-a987515b634b4d8aaecc55ec4bb9491be8788b67.tar.bz2 |
Re-land 16025005 with tiny fix for statics perf issue
16025005 had review from: palmer@chromium.org, piman@chromium.org, scherkus@chromium.org
BUG=163795
TBR=scherkus@chromium.org
Review URL: https://codereview.chromium.org/17288018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208003 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_start.h | 1 |
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, |