| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index b66ce996cf99ce4031bbafb3c6fc8e177879ff77..ecb07bf9abf1114c5ae6169311cf9d39966f16d2 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -215,6 +215,9 @@ const char kDisableWebRTC[] = "disable-webrtc";
|
| const char kDisableWebAudio[] = "disable-webaudio";
|
| #endif
|
|
|
| +// Enables Web MIDI API.
|
| +const char kEnableWebMIDI[] = "enable-web-midi";
|
| +
|
| // Don't enforce the same-origin policy. (Used by people testing their sites.)
|
| const char kDisableWebSecurity[] = "disable-web-security";
|
|
|
|
|