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

Unified Diff: Source/modules/bluetooth/NavigatorBluetooth.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/BluetoothUUIDsService.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/bluetooth/NavigatorBluetooth.idl
diff --git a/Source/modules/bluetooth/NavigatorBluetooth.idl b/Source/modules/bluetooth/NavigatorBluetooth.idl
index e8ee2d508c65cda31484d6a9f8c6992ca81168f3..4ef7fe75cb736ed3cfa18732fe41c5366ffbec1a 100644
--- a/Source/modules/bluetooth/NavigatorBluetooth.idl
+++ b/Source/modules/bluetooth/NavigatorBluetooth.idl
@@ -5,7 +5,7 @@
// https://webbluetoothcg.github.io/web-bluetooth/#idl-def-navigatorbluetooth
[
- RuntimeEnabled=Bluetooth,
+ RuntimeEnabled=WebBluetooth,
] partial interface Navigator {
readonly attribute Bluetooth bluetooth;
};
« no previous file with comments | « Source/modules/bluetooth/BluetoothUUIDsService.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698