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

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

Issue 17280004: chromeos: Move a11y-related histograms to tools/metrics/histograms/histograms.xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | 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 a5e584827e2e358909300de99ad91d2a3dd24fa1..865725d02171ff876bbfe9d9d54274bd2c8a983d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55,6 +55,108 @@ other types of suffix sets.
<histograms>
+<histogram name="Accessibility.CrosHighContrast" enum="BooleanEnabled">
+ <summary>
+ Whether the Chrome OS High Constrast mode feature is on (checked once 45
+ secs after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.CrosScreenMagnifier" enum="BooleanEnabled">
+ <summary>
+ Whether the Chrome OS Screen Magnifier feature is on (checked once 45 secs
+ after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.CrosSpokenFeedback" enum="BooleanEnabled">
+ <summary>
+ Whether the Chrome OS Spoken Feedback feature is on (checked once 45 secs
+ after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.CrosVirtualKeyboard" enum="BooleanEnabled">
+ <summary>
+ Whether the Chrome OS Virtual Keyboard feature is on (checked once 45 secs
+ after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.InvertedColors" enum="BooleanEnabled">
+ <summary>
+ Whether Windows system settings show that high-contrast mode is enabled and
+ the user has selected a light-on-dark color scheme (checked once 45 secs
+ after startup). This causes Chrome to prompt the user with a bubble to
+ optionally install a High Contrast extension and theme.
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.ManuallyEnabled" enum="BooleanEnabled">
+ <summary>
+ Whether Chrome has enabled accessibility support because the user passed the
+ --force-renderer-accessibility flag on the command-line (checked once 45
+ secs after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.State" enum="BooleanEnabled">
+ <summary>
+ Whether Chrome has enabled accessibility support because it detects
+ supported assistive technology running, or due to being manually enabled via
+ a command-line flag (checked once 45 secs after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinAudioDescription" enum="BooleanEnabled">
+ <summary>
+ Whether Windows system settings show that audio descriptions are enabled
+ (checked once 45 secs after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinJAWS" enum="BooleanEnabled">
+ <summary>
+ Whether the third-party JAWS screen reader is running (checked once 45 secs
+ after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinNVDA" enum="BooleanEnabled">
+ <summary>
+ Whether the third-party NVDA screen reader is running (checked once 45 secs
+ after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinSAToGo" enum="BooleanEnabled">
+ <summary>
+ Whether the third-party System Access To Go screen reader is running
+ (checked once 45 secs after startup).
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinScreenReader" enum="BooleanEnabled">
+ <summary>
+ Whether Windows system settings show that a screen reader is running
+ (checked once 45 secs after startup). Note that this does not necessarily
+ mean that Chrome has detected a supported screen reader and has enabled its
+ accessibility mode.
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinStickyKeys" enum="BooleanEnabled">
+ <summary>
+ Whether Windows system settings show that Sticky Keys are enabled.
+ </summary>
+</histogram>
+
+<histogram name="Accessibility.WinZoomText" enum="BooleanEnabled">
+ <summary>
+ Whether the third-party ZoomText screen magnifier is running.
+ </summary>
+</histogram>
+
<histogram name="Apps.AppLaunch" enum="AppLaunch">
<summary>
The number of times v2 packaged apps are launched grouped by
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698