| 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 8c08ccfe4d185e552e48b8191f5a4d95e7b974c1..5c6e6bbfabe7bec0f3934966f56a7a736e70b815 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1288,6 +1288,8 @@ public:
|
| RadioNameMatchingASCIICaseless = 1514,
|
| RadioNameMatchingCaseFolding = 1515,
|
|
|
| + NavigatorPointerEnabled = 1516,
|
| +
|
| // 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 chromium/src/tools/metrics/histograms/
|
|
|