| Index: content/browser/renderer_host/media/midi_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/media/midi_dispatcher_host.cc b/content/browser/renderer_host/media/midi_dispatcher_host.cc
|
| index e42fe118dd447356b9c3043ad7ec2df12b54a16d..73b69ac3b1876ca83da7677f4b67496cb10c7bf6 100644
|
| --- a/content/browser/renderer_host/media/midi_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/media/midi_dispatcher_host.cc
|
| @@ -16,8 +16,7 @@ namespace content {
|
|
|
| MidiDispatcherHost::MidiDispatcherHost(int render_process_id,
|
| BrowserContext* browser_context)
|
| - : BrowserMessageFilter(MidiMsgStart),
|
| - render_process_id_(render_process_id),
|
| + : render_process_id_(render_process_id),
|
| browser_context_(browser_context) {
|
| }
|
|
|
|
|