| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index 2bb92168426e5f9f140e765e5a9aab8dca4db847..809b39de92eef9ceb928956c47e01be8e1b890e2 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -55,7 +55,6 @@
|
| #include "core/page/PopupOpeningObserver.h"
|
| #include "modules/accessibility/AXObject.h"
|
| #include "modules/audio_output_devices/AudioOutputDeviceClient.h"
|
| -#include "modules/bluetooth/BluetoothSupplement.h"
|
| #include "modules/installedapp/InstalledAppController.h"
|
| #include "modules/mediastream/UserMediaController.h"
|
| #include "modules/presentation/PresentationController.h"
|
| @@ -1148,9 +1147,6 @@ void ChromeClientImpl::installSupplements(LocalFrame& frame) {
|
| provideNavigatorContentUtilsTo(
|
| frame, NavigatorContentUtilsClientImpl::create(webFrame));
|
|
|
| - if (RuntimeEnabledFeatures::webBluetoothEnabled())
|
| - BluetoothSupplement::provideTo(frame, client->bluetooth());
|
| -
|
| ScreenOrientationControllerImpl::provideTo(
|
| frame, client->webScreenOrientationClient());
|
| if (RuntimeEnabledFeatures::presentationEnabled())
|
|
|