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

Unified Diff: media/midi/midi_switches.h

Issue 2450033003: Revert "Enable MidiManagerWinrt by default on Windows 10" (Closed)
Patch Set: 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
Index: media/midi/midi_switches.h
diff --git a/media/midi/midi_switches.h b/media/midi/midi_switches.h
index 46e010a933b5dd69e983f7c63d5aa57c84d2ef13..923533f2ae595e9d9614e318bab5cd43fbba83f4 100644
--- a/media/midi/midi_switches.h
+++ b/media/midi/midi_switches.h
@@ -17,10 +17,18 @@ namespace switches {
MIDI_EXPORT extern const char kUseAndroidMidiApi[];
#endif
+} // namespace switches
+
+namespace media {
Takashi Toyoshima 2016/10/26 21:29:54 Ah, now we are not inside the media namespace any
Shao-Chuan Lee 2016/10/27 08:26:16 Done.
+namespace midi {
+namespace features {
+
#if defined(OS_WIN)
-MIDI_EXPORT extern const char kDisableWinrtMidiApi[];
+MIDI_EXPORT extern const base::Feature kMidiManagerWinrt;
#endif
-} // namespace switches
+} // namespace features
+} // namespace midi
+} // namespace media
#endif // MEDIA_MIDI_MIDI_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698