Index: third_party/WebKit/public/platform/Platform.h |
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
index 3781d37de2b28f91c4177459d11721b846f8e9d1..cbcc89536413c32f7b4dc3adc8bb16617a7b2be1 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -63,7 +63,6 @@ namespace blink { |
class WebAudioBus; |
class WebBlobRegistry; |
-class WebBluetooth; |
class WebClipboard; |
class WebCompositorSupport; |
class WebConvertableToTraceFormat; |
@@ -709,12 +708,6 @@ public: |
virtual WebGeofencingProvider* geofencingProvider() { return nullptr; } |
- // Bluetooth ---------------------------------------------------------- |
- |
- // Returns pointer to client owned WebBluetooth implementation. |
- virtual WebBluetooth* bluetooth() { return nullptr; } |
- |
- |
// Push API------------------------------------------------------------ |
virtual WebPushProvider* pushProvider() { return nullptr; } |