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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1202923002: Revert "Deprecating high-conflict accelerators" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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 93fbf671ef5846458af10e83e452f9fafe20354b..83319deba55c01313df3d4b44a82ef028f84e357 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -609,25 +609,6 @@ 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 shows the number of
- times each accelerator (deprecated and new) is used.
- </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 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>
@@ -51947,11 +51928,6 @@ 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