Commit dcdf20ee authored by shuchen's avatar shuchen Committed by Commit bot

Adds histograms for physical keyboard autocorrect feature.

 - InputMethod.PkCommit.Index
 - InputMethod.PkCommit.Type

BUG=367631
TEST=None

Review URL: https://codereview.chromium.org/893313003

Cr-Commit-Position: refs/heads/master@{#314736}
parent aadfa1a5
......@@ -10866,7 +10866,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">
......@@ -10887,6 +10889,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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment