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

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

Issue 1136913002: bluetooth: Rename to WebBluetooth in preparation for new WebBluetooth flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move flag to test Created 5 years, 7 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/BluetoothUUIDs.idl
diff --git a/Source/modules/bluetooth/BluetoothUUIDs.idl b/Source/modules/bluetooth/BluetoothUUIDs.idl
index 746fb520408f55e9510f2088c714b63a5da7828f..143d4d5c232aba83fb0f3f3dc397e5721a6f9966 100644
--- a/Source/modules/bluetooth/BluetoothUUIDs.idl
+++ b/Source/modules/bluetooth/BluetoothUUIDs.idl
@@ -9,7 +9,7 @@
[
GarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface BluetoothUUIDs {
// readonly attribute BluetoothUUIDsService service;
// readonly attribute BluetoothUUIDsCharacteristic characteristic;
« no previous file with comments | « Source/modules/bluetooth/BluetoothInteraction.idl ('k') | Source/modules/bluetooth/BluetoothUUIDsService.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698