Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1083)

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.cpp

Issue 2565913002: [Onion Soup] Move WebBluetoothImpl from //content/renderer/bluetooth to Blink's bluetooth module (Closed)
Patch Set: added BluetoothUUIDTraits.cpp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 75a82ab802165287b217de6fc2b4840b314dfe58..5cca79f288208464d17a13e130795e40ec0742ec 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"
@@ -1147,9 +1146,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())

Powered by Google App Engine
This is Rietveld 408576698