| Index: third_party/WebKit/public/web/modules/webmidi/WebMIDIOptions.h
|
| diff --git a/third_party/WebKit/public/web/modules/webmidi/WebMIDIOptions.h b/third_party/WebKit/public/web/modules/webmidi/WebMIDIOptions.h
|
| deleted file mode 100644
|
| index 6fce9256a167db632da6f952d8bea454ed09d743..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/web/modules/webmidi/WebMIDIOptions.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WebMIDIOptions_h
|
| -#define WebMIDIOptions_h
|
| -
|
| -namespace blink {
|
| -
|
| -struct WebMIDIOptions {
|
| - enum class SysexPermission { WithSysex, WithoutSysex };
|
| -
|
| - explicit WebMIDIOptions(SysexPermission sysex)
|
| - : sysex(sysex)
|
| - {
|
| - }
|
| -
|
| - const SysexPermission sysex;
|
| - // TODO(crbug.com/502127): Add bool software to follow the latest spec.
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // WebMIDIOptions_h
|
|
|