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

Unified Diff: Source/modules/webmidi/MIDIController.h

Issue 208243014: Add sysexEnabled readonly attribute to MIDIAccess (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: kouhei review Created 6 years, 9 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/MIDIClientMock.cpp ('k') | Source/modules/webmidi/MIDIController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webmidi/MIDIController.h
diff --git a/Source/modules/webmidi/MIDIController.h b/Source/modules/webmidi/MIDIController.h
index 1644569fd2103f100fca05d4c81c5824f2e439d4..3e0a9de7128834f429a7c7a31676a1986e032ca9 100644
--- a/Source/modules/webmidi/MIDIController.h
+++ b/Source/modules/webmidi/MIDIController.h
@@ -43,8 +43,8 @@ class MIDIController FINAL : public Supplement<Page> {
public:
virtual ~MIDIController();
- void requestSysExPermission(PassRefPtrWillBeRawPtr<MIDIAccess>);
- void cancelSysExPermissionRequest(MIDIAccess*);
+ void requestSysexPermission(PassRefPtrWillBeRawPtr<MIDIAccess>);
+ void cancelSysexPermissionRequest(MIDIAccess*);
static PassOwnPtr<MIDIController> create(MIDIClient*);
static const char* supplementName();
« no previous file with comments | « Source/modules/webmidi/MIDIClientMock.cpp ('k') | Source/modules/webmidi/MIDIController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698