| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 821cb0deb7a730d1ff95738b9c8708a64080561f..2d0e12713930b810072f0a31dd4ff5dd1b3a4aa1 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -599,7 +599,8 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| AddFilter(audio_renderer_host_);
|
| AddFilter(
|
| new MIDIHost(GetID(), BrowserMainLoop::GetInstance()->midi_manager()));
|
| - AddFilter(new MIDIDispatcherHost(GetID(), browser_context));
|
| + AddFilter(new MIDIDispatcherHost(
|
| + GetID(), browser_context->GetMidiPermissionContext()));
|
| AddFilter(new VideoCaptureHost(media_stream_manager));
|
| AddFilter(new AppCacheDispatcherHost(
|
| storage_partition_impl_->GetAppCacheService(),
|
|
|