| 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 b3880fad8e4a4289b01bd1c016dd74060d7670dd..c9343c6a3a1219642bd505754de8acb4d0a5f890 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1248,6 +1248,11 @@ public:
|
| SecureContextCheckForSandboxedOriginPassed = 1443,
|
| SecureContextCheckForSandboxedOriginFailed = 1444,
|
|
|
| + TouchStartFired = 1445,
|
| + MouseDownFired = 1446,
|
| + PointerDownFired= 1447,
|
| + PointerDownFiredForTouch = 1448,
|
| +
|
| // 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/
|
|
|