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

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

Issue 2600173002: Add metrics to track buttons clicked in IME menu tray. (Closed)
Patch Set: Created 4 years 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 456e5f4a83e30f559265773946e25da076915bbf..7dc6ed60e141454a13b69ca0fe986b601a3387b7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21442,6 +21442,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="InputMethod.ImeMenu.EmojiButton">
+ <owner>azurewei@chromium.org</owner>
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The number of times users click emoji button in opt-in IME menu.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.ImeMenu.HandwritingButton">
+ <owner>azurewei@chromium.org</owner>
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The number of times users click handwriting button in opt-in IME menu.
+ </summary>
+</histogram>
+
+<histogram name="InputMethod.ImeMenu.VoiceButton">
+ <owner>azurewei@chromium.org</owner>
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The number of times users click voice button in opt-in IME menu.
+ </summary>
+</histogram>
+
<histogram name="InputMethod.ImeSwitch" enum="IMESwitchType">
<owner>shuchen@chromium.org</owner>
<summary>The trigger type of input method switches by user.</summary>

Powered by Google App Engine
This is Rietveld 408576698