| Index: content/browser/renderer_host/media/midi_host.h
|
| diff --git a/content/browser/renderer_host/media/midi_host.h b/content/browser/renderer_host/media/midi_host.h
|
| index e46ed539f3804c41c751c1728ea9a25140c80b4e..e77cd5392ef5da5edef5d6a1bea12faa724f5f18 100644
|
| --- a/content/browser/renderer_host/media/midi_host.h
|
| +++ b/content/browser/renderer_host/media/midi_host.h
|
| @@ -39,7 +39,7 @@ class CONTENT_EXPORT MIDIHost
|
| double timestamp) OVERRIDE;
|
|
|
| // Request access to MIDI hardware.
|
| - void OnRequestAccess(int client_id, int access);
|
| + void OnRequestAccess(const std::string& origin, int client_id, int access);
|
|
|
| // Data to be sent to a MIDI output port.
|
| void OnSendData(int port,
|
|
|