This sets up API to release OutputSurface from LTHClient.
[chromium-blink-merge.git] / media / midi / midi_switches.h
blob471d3a7be4398b93bd3d7161595d4468a16add5d
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 // Defines all the "midi" command-line switches.
7 #ifndef MEDIA_MIDI_MIDI_SWITCHES_H_
8 #define MEDIA_MIDI_MIDI_SWITCHES_H_
10 #include "build/build_config.h"
11 #include "media/midi/midi_export.h"
13 namespace switches {
15 #if defined(OS_ANDROID)
16 MIDI_EXPORT extern const char kUseAndroidMidiApi[];
17 #endif
19 } // namespace switches
21 #endif // MEDIA_MIDI_MIDI_SWITCHES_H_