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