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 9a9e07e67bd100d6563da1a6b3c6d72aec573ee4..4bae0313010b1fbf5d819ed6c68bfa9b5580554f 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)); |