Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / media / midi / midi_switches.cc
blob1fee12ce92da3472add97d91cb672f5627e2de11
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.
5 #include "media/midi/midi_switches.h"
7 namespace switches {
9 #if defined(OS_ANDROID)
10 // Use Android Midi API for WebMIDI
11 const char kUseAndroidMidiApi[] = "use-android-midi-api";
12 #endif
14 } // namespace switches