Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Unified Diff: media/midi/midi_switches.h

Issue 2299543009: Add "use-winrt-midi-api" flag to enable WinRT WebMIDI backend (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698