summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_start.h
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-04 07:05:47 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-04 07:05:47 +0000
commit6e068ea00ea6f687f90c7245533368423cc3933f (patch)
tree70d19db05a0564f93e81ba7e55822af88c4b585b /ipc/ipc_message_start.h
parenteade06d5228433c3e7cfa19dfeebce7f9620d194 (diff)
downloadchromium_src-6e068ea00ea6f687f90c7245533368423cc3933f.zip
chromium_src-6e068ea00ea6f687f90c7245533368423cc3933f.tar.gz
chromium_src-6e068ea00ea6f687f90c7245533368423cc3933f.tar.bz2
Web MIDI: make naming convention be consistent
Naming cleanup based on following rules: - MidiFooBar ... use this style to be consistent with chromium - WebMIDIFooBar ... Web API name related things, or names in blink - MIDIFooBar ... APIs and structures defined by each operating systems Other cleanup: - Modify some TODO(crogers) to TODO(toyoshim) - Add some crbug links. - Remove some obsolete UI TODOs related to infobars BUG=none TEST=build for all platforms Review URL: https://codereview.chromium.org/151343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_start.h')
-rw-r--r--ipc/ipc_message_start.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h
index a6331c9e..2ebc24f 100644
--- a/ipc/ipc_message_start.h
+++ b/ipc/ipc_message_start.h
@@ -48,7 +48,7 @@ enum IPCMessageStart {
DesktopNotificationMsgStart,
GeolocationMsgStart,
AudioMsgStart,
- MIDIMsgStart,
+ MidiMsgStart,
ChromeMsgStart,
DragMsgStart,
PrintMsgStart,