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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 893313003: Adds histograms for physical keyboard autocorrect feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « 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 dd6c1a631aa4fe65d5d0198155aaf924971924f6..654c45f0e191dbf46fcb2c3bd1effcab768281d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10849,7 +10849,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="InputMethod.Commit.Type" enum="IMECommitType">
<owner>shuchen@chromium.org</owner>
- <summary>The suggestion accuracy type which user chooses to commit.</summary>
+ <summary>
+ The suggestion accuracy type which the user chooses to commit.
+ </summary>
</histogram>
<histogram name="InputMethod.CommitLength">
@@ -10870,6 +10872,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The trigger type of input method switches by user.</summary>
</histogram>
+<histogram name="InputMethod.PkCommit.Index">
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The suggestion index (1-based) of the suggestion list item which user
+ chooses to commit for physical keyboard autocorrect.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.PkCommit.Type" enum="IMECommitType">
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The suggestion accuracy type which the user chooses to commit for physical
+ keyboard autocorrect.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.VirtualKeyboard.BackspaceCount">
<owner>shuchen@chromium.org</owner>
<summary>
« 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