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

Unified Diff: Source/modules/bluetooth/BluetoothDevice.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
« no previous file with comments | « Source/modules/bluetooth/Bluetooth.idl ('k') | Source/modules/bluetooth/BluetoothDiscovery.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/BluetoothDevice.idl
diff --git a/Source/modules/bluetooth/BluetoothDevice.idl b/Source/modules/bluetooth/BluetoothDevice.idl
index 833b3668ae88f05adc3fee1a28d893b4dcd8956b..cebae1b7a846242158ef83a1ce57a0c304f9e7b3 100644
--- a/Source/modules/bluetooth/BluetoothDevice.idl
+++ b/Source/modules/bluetooth/BluetoothDevice.idl
@@ -15,7 +15,7 @@ typedef DOMString UUID;
[
GarbageCollected,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface BluetoothDevice
// Implement ServiceEventHandlers interface: http://crbug.com/421670
// : ServiceEventHandlers
« no previous file with comments | « Source/modules/bluetooth/Bluetooth.idl ('k') | Source/modules/bluetooth/BluetoothDiscovery.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698