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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2898173006: restricts when context could be retrieved. (Closed)
Patch Set: fix meta layer shortcut key Created 3 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:
Download patch
« no previous file with comments | « chrome/browser/ui/ash/palette_delegate_chromeos.cc ('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 6b13936bdc5e043c791bc04f86245158f5a11983..02553a4fb6d71e708d734615f783835557dbbd9a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80254,6 +80254,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="VoiceInteraction.IllegalContextRequest" enum="BooleanHit">
+ <owner>muyuanli@chromium.org</owner>
+ <summary>
+ Counts the number of requests to retrieve voice interaction context when no
+ user interaction is initiated.
+ </summary>
+</histogram>
+
+<histogram name="VoiceInteraction.UserInteractionToRequestArrival" units="ms">
+ <owner>muyuanli@chromium.org</owner>
+ <summary>
+ Records the time between user interaction and the actual request arrival.
+ </summary>
+</histogram>
+
<histogram name="VRDisplayPresentResult" enum="PresentationResult">
<owner>billorr@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/ui/ash/palette_delegate_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698