blob: 3cffc1c16f5d350b34a369c6776dcf0f1640cd13 [file] [log] [blame]
// 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;
};