| 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 08b696144236883e1493a592d5fdb47db57c5af8..315235d7dffa628711261400f4cc1b67a444901c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1580,6 +1580,8 @@ class CORE_EXPORT UseCounter {
|
| kAnchorClickDispatchForNonConnectedNode = 1971,
|
| kHTMLParseErrorNestedForm = 1972,
|
| kFontShapingNotDefGlyphObserved = 1973,
|
| + kNetInfoRtt = 1974,
|
| + kNetInfoDownlink = 1975,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|