| 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 762e10cf24c04326616b8b1ecb7e52142ab804b3..c7cb98c1fe0382f7cb3d8edcd26af746d48292bd 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1342,6 +1342,7 @@ class CORE_EXPORT UseCounter {
|
| VRDeprecatedFieldOfView = 1621,
|
| VideoInCanvas = 1622,
|
| HiddenAutoplayedVideoInCanvas = 1623,
|
| + DeprecatedBluetoothDeviceUUIDsAttribute = 1624,
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| // Also, run update_use_counter_feature_enum.py in
|
|
|