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

Unified Diff: ui/events/latency_info.h

Issue 2756893002: Add Keyboard Latency UMA Metrics. (Closed)
Patch Set: Fix test issue Created 3 years, 9 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
« ui/events/event.cc ('K') | « ui/events/event.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/latency_info.h
diff --git a/ui/events/latency_info.h b/ui/events/latency_info.h
index 8210ae5c1985c294e5e92ed162c0f92ad95dcacf..227a941bc37474ba821ff5932c4644d9baede2a7 100644
--- a/ui/events/latency_info.h
+++ b/ui/events/latency_info.h
@@ -109,6 +109,7 @@ enum SourceEventType {
UNKNOWN,
WHEEL,
TOUCH,
+ KEY,
OTHER,
SOURCE_EVENT_TYPE_LAST = OTHER,
};
« ui/events/event.cc ('K') | « ui/events/event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698