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

Unified Diff: Source/modules/webmidi/NavigatorMIDIAccess.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/NavigatorMIDIAccess.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/NavigatorMIDIAccess.idl
diff --git a/Source/modules/donottrack/NavigatorDoNotTrack.idl b/Source/modules/webmidi/NavigatorMIDIAccess.idl
similarity index 93%
copy from Source/modules/donottrack/NavigatorDoNotTrack.idl
copy to Source/modules/webmidi/NavigatorMIDIAccess.idl
index f1626bff1296cf516442d030b7723b1a4a7c9716..59559c5735a55a15d86ac1c8f2f1149ad25a5336 100644
--- a/Source/modules/donottrack/NavigatorDoNotTrack.idl
+++ b/Source/modules/webmidi/NavigatorMIDIAccess.idl
@@ -29,6 +29,7 @@
*/
partial interface Navigator {
- [TreatReturnedNullStringAs=Null] readonly attribute DOMString doNotTrack;
+ // Should this be EnabledAtRuntime=???
+ MIDIAccessFuture requestMIDIAccess(/* optional MIDIOptions options */);
};
« no previous file with comments | « Source/modules/webmidi/NavigatorMIDIAccess.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698