| Index: media/midi/midi_switches.cc
|
| diff --git a/media/midi/midi_switches.cc b/media/midi/midi_switches.cc
|
| index 887c8a0fcffdc77dbc352213c5a22f5bdce2856c..7ecd00c65865fdfa97ce8426823de4e85152722f 100644
|
| --- a/media/midi/midi_switches.cc
|
| +++ b/media/midi/midi_switches.cc
|
| @@ -12,17 +12,9 @@ namespace switches {
|
| const char kUseAndroidMidiApi[] = "use-android-midi-api";
|
| #endif
|
|
|
| -} // namespace switches
|
| -
|
| -namespace media {
|
| -namespace midi {
|
| -namespace features {
|
| -
|
| #if defined(OS_WIN)
|
| -const base::Feature kMidiManagerWinrt{"MidiManagerWinrt",
|
| - base::FEATURE_DISABLED_BY_DEFAULT};
|
| +// Disable Windows Runtime Midi API for WebMIDI
|
| +const char kDisableWinrtMidiApi[] = "disable-winrt-midi-api";
|
| #endif
|
|
|
| -} // namespace features
|
| -} // namespace midi
|
| -} // namespace media
|
| +} // namespace switches
|
|
|