| 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 ae8a328eeada675730508477922dc49fb1639487..39dcc05cc7af920eb199b3ad12423debe72059c3 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1616,6 +1616,7 @@ class CORE_EXPORT UseCounter {
|
| kHTMLOListElementStartGetterReversedWithoutStartAttribute = 2011,
|
| kCredentialManagerPreventSilentAccess = 2012,
|
| kNetInfoEffectiveType = 2013,
|
| + kClientHintsDeviceRAM = 2014,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|