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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1177773002: Deprecating high-conflict accelerators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handling thestig@ comment. Created 5 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index d75f373bd7fa28db7b412d0f95d1bf127c11fed2..15b5de1c330e32a9860340d7594644d50380aaf1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -600,6 +600,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.Accelerators.LockScreen" enum="DeprecatedAcceleratorUsage">
+ <owner>afakhry@chromium.org</owner>
+ <summary>
+ The lock screen action has two accelerators: - Ctrl+Shift+L which is
+ deprecated. - Search+L which is new. This histogram tells us how many
+ users use the old vs the new one.
Mark P 2015/06/12 18:01:44 This second sentence needs to be revise. It needs
afakhry 2015/06/12 22:05:54 You're right. I didn't mean the number of users bu
+ </summary>
+</histogram>
+
+<histogram name="Ash.Accelerators.ShowTaskManager"
+ enum="DeprecatedAcceleratorUsage">
+ <owner>afakhry@chromium.org</owner>
+ <summary>
+ Opening the task manager has two accelerators: - Shift+Esc which is
+ deprecated. - Search+Esc which is new. This histogram tells us how many
+ users use the old vs the new one.
+ </summary>
+</histogram>
+
<histogram name="Ash.ActiveTouchPoints">
<owner>kuscher@google.com</owner>
<owner>rbyers@chromium.org</owner>
@@ -51498,6 +51517,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Invalid delays">Insufficient amount of data.</int>
</enum>
+<enum name="DeprecatedAcceleratorUsage" type="int">
+ <int value="0" label="Deprecated key accelerator is used"/>
+ <int value="1" label="New key accelerator is used"/>
+</enum>
+
<enum name="DesktopCaptureCounters" type="int">
<int value="0" label="Screen capturer created."/>
<int value="1" label="Window capturer created."/>
« chrome/browser/ui/views/accelerator_table.cc ('K') | « chrome/browser/ui/views/accelerator_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698