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

Unified Diff: content/renderer/media/midi_dispatcher.h

Issue 210003002: Web MIDI API renaming: the second step of three step changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | content/renderer/media/midi_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/midi_dispatcher.h
diff --git a/content/renderer/media/midi_dispatcher.h b/content/renderer/media/midi_dispatcher.h
index 8c875aafaf36e3f447420031f3265cc0ae1dd09e..95d7fb101e16502edfdab795ebbeba04d79e6fad 100644
--- a/content/renderer/media/midi_dispatcher.h
+++ b/content/renderer/media/midi_dispatcher.h
@@ -33,16 +33,16 @@ class MidiDispatcher : public RenderViewObserver,
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
// blink::WebMIDIClient implementation.
- virtual void requestSysExPermission(
+ virtual void requestSysexPermission(
const blink::WebMIDIPermissionRequest& request) OVERRIDE;
jochen (gone - plz use gerrit) 2014/03/26 10:32:07 we usually don't add OVERRIDE to blink api impleme
Takashi Toyoshima 2014/03/26 10:50:25 Done.
- virtual void cancelSysExPermissionRequest(
+ virtual void cancelSysexPermissionRequest(
const blink::WebMIDIPermissionRequest& request) OVERRIDE;
// Permission for using system exclusive messages has been set.
void OnSysExPermissionApproved(int client_id, bool is_allowed);
// Each WebMIDIPermissionRequest object is valid until
- // cancelSysExPermissionRequest() is called with the object, or used to call
+ // cancelSysexPermissionRequest() is called with the object, or used to call
// WebMIDIPermissionRequest::setIsAllowed().
IDMap<blink::WebMIDIPermissionRequest> requests_;
« no previous file with comments | « no previous file | content/renderer/media/midi_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698