| 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 ce7450914180e686c29f8f342f705e63ac26ee8e..5f2f2a033d180605e1a3e843187fcf322f2d04bc 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1182,7 +1182,7 @@ public:
|
| AudioListenerSetPosition = 1366,
|
| AudioListenerSetOrientation = 1367,
|
| IntersectionObserver_Constructor = 1368,
|
| -
|
| + UntrustedEventDefaultHandled = 1369,
|
| // 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/
|
|
|