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

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

Issue 1414483011: Deprecate Shift+Alt to switch IME and use Ctrl+Shift+Space instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ensure no line breaks in the middle of shortcuts texts Created 5 years, 1 month 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 3e1da6f5d2f64d425aabebd84a37f4d3495071a7..a73b074ccff99573d034f0ff743d1317d679cbf9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -649,6 +649,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.Accelerators.Deprecated.NextIME"
+ enum="DeprecatedAcceleratorUsage">
+ <owner>afakhry@chromium.org</owner>
+ <summary>
+ The switch to the next IME action has two accelerators: - Shift+Alt which
+ is deprecated. - Ctrl+Shift+Space which is new. This histogram shows the
+ number of times each accelerator (deprecated and new) is used.
+ </summary>
+</histogram>
+
<histogram name="Ash.Accelerators.Deprecated.ShowTaskManager"
enum="DeprecatedAcceleratorUsage">
<owner>afakhry@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698