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

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

Issue 2600173002: Add metrics to track buttons clicked in IME menu tray. (Closed)
Patch Set: sync 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 224814a18431e6aa6824392aac58e2e62d33157c..79a0c0cd267d418d678424df8ddd29f5a439436c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21634,6 +21634,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="InputMethod.ImeMenu.EmojiHandwritingVoiceButton"
+ enum="ImeMenuButtonType">
+ <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>
@@ -91578,6 +91588,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</int>
</enum>
+<enum name="ImeMenuButtonType" type="int">
+ <int value="0" label="Unknown"/>
+ <int value="1" label="Emoji"/>
+ <int value="2" label="Handwriting"/>
+ <int value="3" label="Voice"/>
+ <int value="4" label="Settings"/>
+</enum>
+
<enum name="IMERegisterProxyView" type="int">
<int value="0" label="Success">Success in registering ProxyView to IMM</int>
<int value="1" label="Failure">Failure in registering ProxyView to IMM</int>
« 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