| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 96591e01a92764b3dc41c715799e46bc06fe1533..c2a1277ba075e8808beba5db21163621758d2265 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -219,7 +219,6 @@
|
| #include "web/FindInPageCoordinates.h"
|
| #include "web/IndexedDBClientImpl.h"
|
| #include "web/LocalFileSystemClient.h"
|
| -#include "web/MIDIClientProxy.h"
|
| #include "web/NavigatorContentUtilsClientImpl.h"
|
| #include "web/NotificationPermissionClientImpl.h"
|
| #include "web/RemoteFrameOwner.h"
|
| @@ -1470,7 +1469,6 @@ void WebLocalFrameImpl::setCoreFrame(LocalFrame* frame)
|
|
|
| provideNotificationPermissionClientTo(*m_frame, NotificationPermissionClientImpl::create());
|
| provideUserMediaTo(*m_frame, &m_userMediaClientImpl);
|
| - provideMIDITo(*m_frame, MIDIClientProxy::create(m_client ? m_client->webMIDIClient() : nullptr));
|
| provideIndexedDBClientTo(*m_frame, IndexedDBClientImpl::create());
|
| provideLocalFileSystemTo(*m_frame, LocalFileSystemClient::create());
|
| provideNavigatorContentUtilsTo(*m_frame, NavigatorContentUtilsClientImpl::create(this));
|
|
|