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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2903583006: Collect metrics on running Accessibility services on Android (Closed)
Patch Set: Remove duplicate, check ContentViewCore Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 32ad91d458655d2b7cd4ca0798ac383dc311a918..19b492021597cebc0e8c9b0b859dc1b5769fc0a4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78,6 +78,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histograms>
+<histogram name="Accessibility.AndroidServiceInfo"
+ enum="AccessibilityAndroidServiceInfoEnum">
+ <owner>dmazzoni@chromium.org</owner>
+ <owner>paulmiller@chromium.org</owner>
+ <summary>
+ Tracks flags and capabilities of enabled accessibility services.
Mark P 2017/05/26 18:22:31 Please state when this is recorded. https://chromi
dmazzoni 2017/05/31 18:51:37 Forgot to comment, but I addressed this too, take
+ </summary>
+</histogram>
+
<histogram name="Accessibility.CrosAlwaysShowA11yMenu" enum="BooleanEnabled">
<owner>dmazzoni@chromium.org</owner>
<owner>kenjibaheux@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698