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

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

Issue 1602703005: Web MIDI: Ask permissions of the content layer always (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert layout_test_message_filter.cc that should be in the next CL Created 4 years, 11 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
Index: third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl
diff --git a/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl b/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl
index 4be1426d9f529d3e14df27e33f52e9561e85553c..9df8a96a834571ffd58a67aca0f929e986ccd3a9 100644
--- a/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl
+++ b/third_party/WebKit/Source/modules/webmidi/MIDIOptions.idl
@@ -6,4 +6,5 @@
dictionary MIDIOptions {
boolean sysex;
+ // TODO(crbug.com/502127): Add bool software to follow the latest spec.
};
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIController.cpp ('k') | third_party/WebKit/Source/web/MIDIClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698