blob: 08df596a159a2a1cf6176559516c10a2f36279fa [file] [log] [blame]
yhirano28fc4982015-09-17 00:09:03 -07001// 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
avi793390d2015-12-22 22:22:36 -08005#include "build/build_config.h"
yhirano28fc4982015-09-17 00:09:03 -07006#include "media/midi/midi_switches.h"
7
shaochuan1f310db2016-10-29 00:26:00 -07008namespace midi {
9namespace features {
10
shaochuan80f1fba2016-09-01 20:44:51 -070011#if defined(OS_WIN)
shaochuan1f310db2016-10-29 00:26:00 -070012const base::Feature kMidiManagerWinrt{"MidiManagerWinrt",
13 base::FEATURE_DISABLED_BY_DEFAULT};
shaochuan80f1fba2016-09-01 20:44:51 -070014#endif
15
shaochuan1f310db2016-10-29 00:26:00 -070016} // namespace features
17} // namespace midi