Chromium Code Reviews| 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; |
|
whywhat
2015/03/31 14:51:44
nit: rename to systemExclusive or have a clarifyin
mlamouri (slow - plz ping)
2015/03/31 20:24:46
It's keeping the same name as the Midi API.
|
| +}; |