| Index: Source/modules/permissions/MidiPermissionDescriptor.idl
|
| diff --git a/Source/modules/permissions/MidiPermissionDescriptor.idl b/Source/modules/permissions/MidiPermissionDescriptor.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3cffc1c16f5d350b34a369c6776dcf0f1640cd13
|
| --- /dev/null
|
| +++ b/Source/modules/permissions/MidiPermissionDescriptor.idl
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2015 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.
|
| +
|
| +dictionary MidiPermissionDescriptor : PermissionDescriptor {
|
| + boolean sysex = false;
|
| +};
|
|
|