| 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 fea2c53dcbb1029508c90a3909baf012550b2d30..7a96f0edcd806fbcef75d2af6c05d56a6e0fefbb 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1497,6 +1497,20 @@ class CORE_EXPORT UseCounter {
|
| V0CustomElementsCreateCustomTagElement = 1877,
|
| V0CustomElementsCreateTypeExtensionElement = 1878,
|
| V0CustomElementsConstruct = 1879,
|
| + WebBluetoothRemoteCharacteristicGetDescriptor = 1880,
|
| + WebBluetoothRemoteCharacteristicGetDescriptors = 1881,
|
| + WebBluetoothRemoteCharacteristicReadValue = 1882,
|
| + WebBluetoothRemoteCharacteristicWriteValue = 1883,
|
| + WebBluetoothRemoteCharacteristicStartNotifications = 1884,
|
| + WebBluetoothRemoteCharacteristicStopNotifications = 1885,
|
| + WebBluetoothRemoteDescriptorReadValue = 1886,
|
| + WebBluetoothRemoteDescriptorWriteValue = 1887,
|
| + WebBluetoothRemoteServerConnect = 1888,
|
| + WebBluetoothRemoteServerDisconnect = 1889,
|
| + WebBluetoothRemoteServerGetPrimaryService = 1890,
|
| + WebBluetoothRemoteServerGetPrimaryServices = 1891,
|
| + WebBluetoothRemoteServiceGetCharacteristic = 1892,
|
| + WebBluetoothRemoteServiceGetCharacteristics = 1893,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|