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

Unified Diff: Source/modules/bluetooth/BluetoothGATTService.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/BluetoothGATTService.idl
diff --git a/Source/modules/bluetooth/BluetoothGATTService.idl b/Source/modules/bluetooth/BluetoothGATTService.idl
index af649e5bdb064970ae60ab8865d20ead33110b80..1ba7f740327f5cd5c70b4505045f880045595556 100644
--- a/Source/modules/bluetooth/BluetoothGATTService.idl
+++ b/Source/modules/bluetooth/BluetoothGATTService.idl
@@ -10,7 +10,7 @@ typedef DOMString UUID;
[
GarbageCollected,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface BluetoothGATTService { // : ServiceEventHandlers {
// readonly attribute UUID uuid;
// readonly attribute boolean isPrimary;
« no previous file with comments | « Source/modules/bluetooth/BluetoothGATTRemoteServer.idl ('k') | Source/modules/bluetooth/BluetoothInteraction.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698