| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index fc1e08e44057ef278f08c001074068c7b50445a8..6671c66a35470a205c3cae9647006b8d0a4091fb 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1491,6 +1491,20 @@ class CORE_EXPORT UseCounter {
|
| V8Navigator_GetInstalledRelatedApps_Method = 1870,
|
| NamedAccessOnWindow_ChildBrowsingContext = 1871,
|
| NamedAccessOnWindow_ChildBrowsingContext_CrossOriginNameMismatch = 1872,
|
| + WebBluetoothCharacteristicGetDescriptor = 1873,
|
| + WebBluetoothCharacteristicGetDescriptors = 1874,
|
| + WebBluetoothCharacteristicReadValue = 1875,
|
| + WebBluetoothCharacteristicWriteValue = 1876,
|
| + WebBluetoothCharacteristicStartNotifications = 1877,
|
| + WebBluetoothCharacteristicStopNotifications = 1878,
|
| + WebBluetoothDescriptorReadValue = 1879,
|
| + WebBluetoothDescriptorWriteValue = 1880,
|
| + WebBluetoothServerConnect = 1881,
|
| + WebBluetoothServerDisconnect = 1882,
|
| + WebBluetoothServerGetPrimaryService = 1883,
|
| + WebBluetoothServerGetPrimaryServices = 1884,
|
| + WebBluetoothServiceGetCharacteristic = 1885,
|
| + WebBluetoothServiceGetCharacteristics = 1886,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|