Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2303013002: Add UMA metric to track usage of sending a mousedown to select elements. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4fcff565383067b50cda39774c9a2e5b34fdc41d..0dc8b384796a8c0fb862fcd955e877c14f4fe97d 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1276,6 +1276,7 @@ public:
CleanScriptElementWithNonce = 1540,
PotentiallyInjectedScriptElementWithNonce = 1541,
PendingStylesheetAddedAfterBodyStarted = 1542,
+ UntrustedMouseDownEventDispatched = 1543,
Rick Byers 2016/09/01 21:58:56 nit: qualify that this is for select nodes. Eg. '
dtapuska 2016/09/02 02:57:43 Done.
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698