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

Unified Diff: public/web/WebMIDIClientMock.h

Issue 208423016: Web MIDI API renaming: the last step of three step changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 | « public/web/WebMIDIClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebMIDIClientMock.h
diff --git a/public/web/WebMIDIClientMock.h b/public/web/WebMIDIClientMock.h
index ce5a261ba4baeaaf73b95ecdef528323665d1185..0ed583386a804786e35107c64cc4c11bb12fa4c8 100644
--- a/public/web/WebMIDIClientMock.h
+++ b/public/web/WebMIDIClientMock.h
@@ -49,18 +49,10 @@ public:
BLINK_EXPORT void setSysexPermission(bool);
BLINK_EXPORT void resetMock();
- // FIXME: Remove following function once Chromium stop using it.
- void setSysExPermission(bool permission) { setSysexPermission(permission); }
-
// WebMIDIClient
virtual void requestSysexPermission(const WebMIDIPermissionRequest&) OVERRIDE;
virtual void cancelSysexPermissionRequest(const WebMIDIPermissionRequest&) OVERRIDE;
- // FIXME: Remove following old functions once Chromium uses new functions.
- virtual void requestSysExPermission(const WebMIDIPermissionRequest& request) { requestSysexPermission(request); }
- virtual void cancelSysExPermissionRequest(const WebMIDIPermissionRequest& request) { cancelSysexPermissionRequest(request); }
-
-
private:
BLINK_EXPORT void reset();
« no previous file with comments | « public/web/WebMIDIClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698