Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1098)

Unified Diff: Source/modules/webmidi/MIDIOptions.idl

Issue 547383004: WebMIDI: Add MIDIOptions dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add assertion Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webmidi/MIDIOptions.h ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIOptions.idl
diff --git a/Source/core/page/EventSourceInit.idl b/Source/modules/webmidi/MIDIOptions.idl
similarity index 65%
copy from Source/core/page/EventSourceInit.idl
copy to Source/modules/webmidi/MIDIOptions.idl
index 39c9157feed42658c2afad12c1e75dd40a983f33..447e6cd464b5852dad136f1004b53ed490145511 100644
--- a/Source/core/page/EventSourceInit.idl
+++ b/Source/modules/webmidi/MIDIOptions.idl
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// http://www.w3.org/TR/webmidi/#midioptions-dictionary
+
[
GarbageCollected
-] dictionary EventSourceInit {
- boolean withCredentials = false;
+] dictionary MIDIOptions {
+ boolean sysex;
};
« no previous file with comments | « Source/modules/webmidi/MIDIOptions.h ('k') | Source/modules/webmidi/NavigatorWebMIDI.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698