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