Commit 02d4b054 authored by Caleb Raitto's avatar Caleb Raitto Committed by Commit Bot

Instrument direct surfaces of BluetoothDevice.

Bug: 973801
Change-Id: I7f50ede21dd71a63702b3b9e478f7c37bae2d01b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362869
Commit-Queue: Caleb Raitto <caraitto@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800255}
parent bdadc8c0
......@@ -2762,6 +2762,7 @@ enum WebFeature {
kCrossOriginOpenerPolicyReporting= 3433,
kGamepadId = 3434,
kElementAttachInternals = 3435,
kBluetoothDeviceName = 3436,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
......
......@@ -19,7 +19,7 @@
optional WatchAdvertisementsOptions options = {});
readonly attribute DOMString id;
readonly attribute DOMString? name;
[HighEntropy=Direct, MeasureAs=BluetoothDeviceName] readonly attribute DOMString? name;
readonly attribute BluetoothRemoteGATTServer gatt;
[RuntimeEnabled=WebBluetoothWatchAdvertisements] readonly attribute boolean watchingAdvertisements;
......
......@@ -28867,6 +28867,7 @@ Called by update_use_counter_feature_enum.py.-->
<int value="3433" label="CrossOriginOpenerPolicyReporting"/>
<int value="3434" label="GamepadId"/>
<int value="3435" label="ElementAttachInternals"/>
<int value="3436" label="BluetoothDeviceName"/>
</enum>
<enum name="FeaturePolicyAllowlistType">
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment