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

Unified Diff: public/platform/WebMIDIAccessorClient.h

Issue 18260005: Web MIDI: remove old platform API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@midi_permission_request
Patch Set: (rebase) Created 7 years, 5 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 | « public/platform/WebMIDIAccessor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebMIDIAccessorClient.h
diff --git a/public/platform/WebMIDIAccessorClient.h b/public/platform/WebMIDIAccessorClient.h
index b23dd0eedd0105853d58e02d1f8bbc089d00228a..de2390bc977d7c117230700daf27baa228150154 100644
--- a/public/platform/WebMIDIAccessorClient.h
+++ b/public/platform/WebMIDIAccessorClient.h
@@ -42,10 +42,6 @@ public:
virtual void didStartSession() = 0;
- // FIXME: Remove these obsoleted APIs.
- virtual void didAllowAccess() = 0;
- virtual void didBlockAccess() = 0;
-
// |timeStamp| is in milliseconds according to the Web MIDI API.
virtual void didReceiveMIDIData(unsigned portIndex, const unsigned char* data, size_t length, double timeStamp) = 0;
« no previous file with comments | « public/platform/WebMIDIAccessor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698