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

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

Issue 16288002: Web MIDI API (work in progress) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add accessApproved() Created 7 years, 6 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/MIDISuccessCallback.h ('k') | Source/modules/webmidi/NavigatorMIDIAccess.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDISuccessCallback.idl
diff --git a/Source/modules/webmidi/MIDISuccessCallback.idl b/Source/modules/webmidi/MIDISuccessCallback.idl
index d2976e8dcce63d785c539a13253f3a2910a5cb72..2c67f7217c4b5cdd36070c45a6812813bd3f4c43 100644
--- a/Source/modules/webmidi/MIDISuccessCallback.idl
+++ b/Source/modules/webmidi/MIDISuccessCallback.idl
@@ -29,8 +29,5 @@
*/
callback interface MIDISuccessCallback {
- // FIXME: The second argument should be Dictionary, but IDL generator
- // can not handle Dictionary as a handleEvent argument correctly now.
- // http://crbug.com/246161
- boolean handleEvent(MIDIAccess access, boolean sysexEnabled);
+ boolean handleEvent(MIDIAccess access);
};
« no previous file with comments | « Source/modules/webmidi/MIDISuccessCallback.h ('k') | Source/modules/webmidi/NavigatorMIDIAccess.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698