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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 2808053004: Fire accessibilityPrivate events on two-finger hold gesture. (Closed)
Patch Set: Address feedback Created 3 years, 8 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
« no previous file with comments | « chrome/common/extensions/api/accessibility_private.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index 8f7c8aebe8551f8fa4cf4eeb742d4553cdbb5c87..0c9bafebc92641602c05e54a6e0368ae231540d1 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -424,6 +424,8 @@ enum HistogramValue {
CLIPBOARD_ON_CLIPBOARD_DATA_CHANGED,
VIRTUAL_KEYBOARD_PRIVATE_ON_KEYBOARD_CLOSED,
FILE_MANAGER_PRIVATE_ON_APPS_UPDATED,
+ ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_START,
+ ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_STOP,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY
« no previous file with comments | « chrome/common/extensions/api/accessibility_private.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698