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

Unified Diff: Source/modules/bluetooth/Bluetooth.idl

Issue 1066933008: bluetooth: Refactor Bluetooth and Stub out BluetoothInteraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@bluetooth-uuids-fix-casing-2
Patch Set: Created 5 years, 8 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: Source/modules/bluetooth/Bluetooth.idl
diff --git a/Source/modules/bluetooth/Bluetooth.idl b/Source/modules/bluetooth/Bluetooth.idl
index b359003250645e02db6eafe6c7cc43a5499af20e..94ee47cf6244b07f8a1ce64f3cce7c5495fccfcb 100644
--- a/Source/modules/bluetooth/Bluetooth.idl
+++ b/Source/modules/bluetooth/Bluetooth.idl
@@ -12,3 +12,5 @@
};
Bluetooth implements BluetoothDiscovery;
+
+Bluetooth implements BluetoothInteraction;

Powered by Google App Engine
This is Rietveld 408576698