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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1399623003: bluetooth: Change BluetoothSupplement::from(ScriptState*) to from(LocalFrame*) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Add assert for supplement and changed to use executionContext Created 5 years, 2 months 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/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; }

Powered by Google App Engine
This is Rietveld 408576698