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

Unified Diff: media/midi/midi_switches.cc

Issue 2352013002: MidiManagerWinrt as base::FeatureList feature (Closed)
Patch Set: fix histograms.xml 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
« 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 0e04877b5171152b1df27d7832729478b16e72a9..887c8a0fcffdc77dbc352213c5a22f5bdce2856c 100644
--- a/media/midi/midi_switches.cc
+++ b/media/midi/midi_switches.cc
@@ -12,9 +12,17 @@ namespace switches {
const char kUseAndroidMidiApi[] = "use-android-midi-api";
#endif
+} // namespace switches
+
+namespace media {
+namespace midi {
+namespace features {
+
#if defined(OS_WIN)
-// Use Windows Runtime MIDI API for WebMIDI
-const char kUseWinrtMidiApi[] = "use-winrt-midi-api";
+const base::Feature kMidiManagerWinrt{"MidiManagerWinrt",
+ base::FEATURE_DISABLED_BY_DEFAULT};
#endif
-} // namespace switches
+} // namespace features
+} // namespace midi
+} // namespace media
« 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