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

Side by Side Diff: media/midi/midi_features.h

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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef MEDIA_MIDI_MIDI_FEATURES_H_
6 #define MEDIA_MIDI_MIDI_FEATURES_H_
7
8 #include "base/feature_list.h"
9 #include "media/midi/midi_export.h"
10
11 namespace features {
12
13 #if defined(OS_WIN)
14 MIDI_EXPORT extern const base::Feature kUseWinrtMidiApi;
Takashi Toyoshima 2016/09/20 09:12:04 We do not use 'Use' or 'Enable' like prefix for th
Shao-Chuan Lee 2016/09/20 09:57:27 Now using kMidiManagerWinrt to stick with the clas
15 #endif
16
17 } // namespace features
18
19 #endif // MEDIA_MIDI_MIDI_FEATURES_H_
Takashi Toyoshima 2016/09/20 09:12:04 Can we reuse midi_switches as media_switches does.
Shao-Chuan Lee 2016/09/20 09:57:27 As discussed offline, now moved to midi_switches u
OLDNEW
« no previous file with comments | « media/midi/BUILD.gn ('k') | media/midi/midi_features.cc » ('j') | media/midi/midi_features.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698