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 09ea9e42303d8758f6d99fa2672f73bf6befea0c..27077b3d8d3bd28a6dad3d72fda52616511c4d78 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" |
@@ -1153,9 +1152,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()) |