| 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>
|
|
|