| 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 f9b9f9c6d09ea09555b2a79cccbd1b48326a949d..7758c8b550e9d3986d113ec63d9630bcbcda13f9 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -839,6 +839,7 @@ public:
|
| BackspaceNavigatedBack = 957,
|
| BackspaceNavigatedBackAfterFormInteraction = 958,
|
| CSPSourceWildcardWouldMatchExactHost = 959,
|
| + XHRSetRequestHeaderAffectedByNormalization = 960,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|