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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl

Issue 1802043002: Remove Web Bluetooth from Experimental in M50. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 9 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: third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
index 88f0d2ef3e2b56e26cfbdcfcdd49fbae4cf26263..405533878f14d72ff9d15643b0db5d2709249ce1 100644
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl
@@ -8,7 +8,8 @@
GarbageCollected,
NoInterfaceObject,
RuntimeEnabled=WebBluetooth,
- OriginTrialEnabled=WebBluetooth,
+ // TODO(https://crbug.com/584113) Enable Web Bluetooth Experiment.
+ // OriginTrialEnabled=WebBluetooth,
] interface Bluetooth {
[CallWith=ScriptState, RaisesException] Promise<BluetoothDevice> requestDevice (
RequestDeviceOptions options

Powered by Google App Engine
This is Rietveld 408576698