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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/Bluetooth.h

Issue 2716263002: DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++ (Closed)
Patch Set: Created 3 years, 10 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/Source/modules/bluetooth/Bluetooth.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
index 9b39b7ab1528e3e629d36e7691946ad073206e4a..24e101b4c3ec299865f10e998365fc569c6b9568 100644
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h
@@ -11,6 +11,7 @@
#include "mojo/public/cpp/bindings/associated_binding.h"
#include "platform/heap/Handle.h"
#include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h"
+#include "platform/Supplementable.h"
#include <memory>
namespace blink {
@@ -22,8 +23,10 @@ class ScriptState;
class Bluetooth : public GarbageCollectedFinalized<Bluetooth>,
public ScriptWrappable,
- public mojom::blink::WebBluetoothServiceClient {
+ public mojom::blink::WebBluetoothServiceClient,
+ public Supplementable<Bluetooth> {
DEFINE_WRAPPERTYPEINFO();
+ USING_GARBAGE_COLLECTED_MIXIN(Bluetooth);
USING_PRE_FINALIZER(Bluetooth, dispose);
public:
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/BUILD.gn ('k') | third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698