Index: content/browser/renderer_host/media/midi_host.cc |
diff --git a/content/browser/renderer_host/media/midi_host.cc b/content/browser/renderer_host/media/midi_host.cc |
index 56f4099f60b62d41ef6475902608781061a23e9d..e30af63ad113f524b80ce77e71cd8c18a78c4150 100644 |
--- a/content/browser/renderer_host/media/midi_host.cc |
+++ b/content/browser/renderer_host/media/midi_host.cc |
@@ -53,7 +53,11 @@ bool MIDIHost::OnMessageReceived(const IPC::Message& message, |
return handled; |
} |
-void MIDIHost::OnRequestAccess(int client_id, int access) { |
+void MIDIHost::OnRequestAccess(const std::string& origin, |
+ int client_id, |
+ int access) { |
+ // TODO(toyoshim): Use |origin| to handle sysex permissions. |
+ |
MIDIPortInfoList input_ports; |
MIDIPortInfoList output_ports; |