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

Unified Diff: media/midi/midi_switches.cc

Issue 2352013002: MidiManagerWinrt as base::FeatureList feature (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
« media/midi/midi_features.cc ('K') | « media/midi/midi_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/midi/midi_switches.cc
diff --git a/media/midi/midi_switches.cc b/media/midi/midi_switches.cc
index 0e04877b5171152b1df27d7832729478b16e72a9..91c2266f60f4f4284e37f4677d7b158c99e57de0 100644
--- a/media/midi/midi_switches.cc
+++ b/media/midi/midi_switches.cc
@@ -12,9 +12,4 @@ namespace switches {
const char kUseAndroidMidiApi[] = "use-android-midi-api";
#endif
-#if defined(OS_WIN)
-// Use Windows Runtime MIDI API for WebMIDI
-const char kUseWinrtMidiApi[] = "use-winrt-midi-api";
-#endif
-
} // namespace switches
« media/midi/midi_features.cc ('K') | « media/midi/midi_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698