| 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 c8a165a11f023e7524e4feb07a2fa2513e0b9249..c8e84e14f3885b36a9d73ac9e4f142b322341a39 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -221,7 +221,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"
|
| @@ -1468,7 +1467,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));
|
|
|