yhirano | 28fc498 | 2015-09-17 00:09:03 -0700 | [diff] [blame] | 1 | // Copyright 2015 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 | |
avi | 793390d | 2015-12-22 22:22:36 -0800 | [diff] [blame] | 5 | #include "build/build_config.h" |
yhirano | 28fc498 | 2015-09-17 00:09:03 -0700 | [diff] [blame] | 6 | #include "media/midi/midi_switches.h" |
| 7 | |
shaochuan | 1f310db | 2016-10-29 00:26:00 -0700 | [diff] [blame] | 8 | namespace midi { |
| 9 | namespace features { |
| 10 | |
shaochuan | 80f1fba | 2016-09-01 20:44:51 -0700 | [diff] [blame] | 11 | #if defined(OS_WIN) |
shaochuan | 1f310db | 2016-10-29 00:26:00 -0700 | [diff] [blame] | 12 | const base::Feature kMidiManagerWinrt{"MidiManagerWinrt", |
| 13 | base::FEATURE_DISABLED_BY_DEFAULT}; |
shaochuan | 80f1fba | 2016-09-01 20:44:51 -0700 | [diff] [blame] | 14 | #endif |
| 15 | |
shaochuan | 1f310db | 2016-10-29 00:26:00 -0700 | [diff] [blame] | 16 | } // namespace features |
| 17 | } // namespace midi |