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

Unified Diff: media/midi/midi_switches.cc

Issue 2392263002: Enable MidiManagerWinrt by default on Windows 10 (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « media/midi/midi_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 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
« no previous file with comments | « media/midi/midi_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698