| Index: media/midi/midi_switches.h
|
| diff --git a/media/midi/midi_switches.h b/media/midi/midi_switches.h
|
| index 471d3a7be4398b93bd3d7161595d4468a16add5d..d3595f2175baf82c5ec95fc0b0fe8517fe0df85d 100644
|
| --- a/media/midi/midi_switches.h
|
| +++ b/media/midi/midi_switches.h
|
| @@ -16,6 +16,10 @@ namespace switches {
|
| MIDI_EXPORT extern const char kUseAndroidMidiApi[];
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +MIDI_EXPORT extern const char kUseWinrtMidiApi[];
|
| +#endif
|
| +
|
| } // namespace switches
|
|
|
| #endif // MEDIA_MIDI_MIDI_SWITCHES_H_
|
|
|