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

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

Issue 2600173002: Add metrics to track buttons clicked in IME menu tray. (Closed)
Patch Set: Use InputMethod.ImeMenu.EmojiHandwritingVoiceButton. Created 3 years, 11 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 | « ash/common/system/chromeos/ime_menu/ime_menu_tray.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 4e22c187711f934812506099cf16e385d94c65cb..bf62457dd9e2472297f1e189d57bfeb2ad224416 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21465,6 +21465,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="InputMethod.ImeMenu.EmojiHandwritingVoiceButton">
Alexei Svitkine (slow) 2017/01/04 15:12:16 The enum also needs to be added to histograms.xml
Azure Wei 2017/01/05 15:33:10 Added enum entry ImeMenuButtonType. Thanks.
+ <owner>azurewei@chromium.org</owner>
+ <owner>shuchen@chromium.org</owner>
+ <summary>
+ The number of times users click emoji, handwriting or 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>
« no previous file with comments | « ash/common/system/chromeos/ime_menu/ime_menu_tray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698