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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1785833002: Add 5 experimental accessibility features on Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change option_name to option-name Created 4 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:
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ba8aa2e7d974703b9e82056b9b0ae5905c399184..a5fa0356a81177921932dcf9a650fc84454cfdba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -101,6 +101,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Accessibility.CrosCaretHighlight" enum="BooleanEnabled">
+ <owner>dmazzoni@chromium.org</owner>
+ <summary>
+ Whether the Chrome OS caret highlighting is on (checked once 45 secs after
+ startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.CrosCursorHighlight" enum="BooleanEnabled">
+ <owner>dmazzoni@chromium.org</owner>
+ <summary>
+ Whether the Chrome OS cursor highlighting is on (checked once 45 secs after
+ startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.CrosFocusHighlight" enum="BooleanEnabled">
+ <owner>dmazzoni@chromium.org</owner>
+ <summary>
+ Whether the Chrome OS focus highlighting is on (checked once 45 secs after
+ startup).
+ </summary>
+</histogram>
+
<histogram name="Accessibility.CrosHighContrast" enum="BooleanEnabled">
<owner>dmazzoni@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
@@ -128,6 +152,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Accessibility.CrosSelectToSpeak" enum="BooleanEnabled">
+ <owner>dmazzoni@chromium.org</owner>
+ <summary>
+ Whether the Chrome OS select-to-speak is on (checked once 45 secs after
+ startup).
+ </summary>
+</histogram>
+
<histogram name="Accessibility.CrosSpokenFeedback" enum="BooleanEnabled">
<owner>dmazzoni@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
@@ -147,6 +179,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Accessibility.CrosSwitchAccess" enum="BooleanEnabled">
+ <owner>dmazzoni@chromium.org</owner>
+ <summary>
+ Whether the Chrome OS switch access is on (checked once 45 secs after
+ startup).
+ </summary>
+</histogram>
+
<histogram name="Accessibility.CrosVirtualKeyboard" enum="BooleanEnabled">
<owner>dmazzoni@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>
@@ -72889,6 +72929,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1196644408" label="performance-monitor-gathering"/>
<int value="1196834473" label="disable-smart-virtual-keyboard"/>
<int value="1205849612" label="enable-sync-synced-notifications"/>
+ <int value="1209221384" label="enable-experimental-accessibility-features"/>
<int value="1210343926" label="enable-drop-sync-credential"/>
<int value="1220464509" label="enable-first-run-ui-transitions"/>
<int value="1221559505" label="enable-spelling-feedback-field-trial"/>
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698