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

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: oshima's comments Created 5 years, 3 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 | « chrome/browser/ui/views/frame/browser_view.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 e21192ab20c59297ff9aee26fb99621f3dee71b3..6558a70e28c57d866a2b3e580e1f572e50bc62bd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -639,6 +639,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.Accelerators.Deprecated.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 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>
+ <summary>
+ Opening the task manager has two accelerators: - Shift+Esc which is
+ deprecated. - Search+Esc which is new. This histogram shows the number of
+ times each accelerator (deprecated and new) is used.
+ </summary>
+</histogram>
+
<histogram name="Ash.ActiveTouchPoints">
<owner>kuscher@google.com</owner>
<owner>rbyers@chromium.org</owner>
@@ -55527,6 +55547,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."/>
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698