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

Unified Diff: public/platform/Platform.h

Issue 650613005: bluetooth: Initial WebBluetooth & WebBluetoothError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: New 3 patch approach, WebBluetooth and WebBluetooth Error only. Created 6 years, 1 month 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
« no previous file with comments | « no previous file | public/platform/WebBluetooth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 56f9b2aa6bc698ff35319b6576a3609d5bb51f18..b5503f1105d7c84454009cd5bd13b0f8b121fb71 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -61,6 +61,7 @@ namespace blink {
class WebAudioBus;
class WebBlobRegistry;
+class WebBluetooth;
class WebContentDecryptionModule;
class WebClipboard;
class WebCompositorSupport;
@@ -638,6 +639,11 @@ public:
virtual WebGeofencingProvider* geofencingProvider() { return 0; }
+ // Bluetooth ----------------------------------------------------------
+
+ // Returns pointer to client owned WebBluetooth implementation.
+ virtual WebBluetooth* bluetooth() { return 0; }
+
protected:
virtual ~Platform() { }
};
« no previous file with comments | « no previous file | public/platform/WebBluetooth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698