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

Unified Diff: Source/modules/bluetooth/Bluetooth.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 | « no previous file | Source/modules/bluetooth/BluetoothDevice.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/Bluetooth.idl
diff --git a/Source/modules/bluetooth/Bluetooth.idl b/Source/modules/bluetooth/Bluetooth.idl
index c9f535be95cca894d18a8f7e04b6485af2414de9..bd0435486d2175a8a9460d924a412f79f470f10e 100644
--- a/Source/modules/bluetooth/Bluetooth.idl
+++ b/Source/modules/bluetooth/Bluetooth.idl
@@ -7,7 +7,7 @@
[
GarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] interface Bluetooth {
};
« no previous file with comments | « no previous file | Source/modules/bluetooth/BluetoothDevice.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698