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

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

Issue 408973002: mac: Load the system hotkeys after launch. (reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from rsesek. Created 6 years, 5 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 d472046d3fcdc09c8e1ace30f56c1b13ace8eb28..4f2ffc88dd2db43e97363e1ae3eab7a3b968c33b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19096,6 +19096,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Events seen by the OSX NSException swizzle.</summary>
</histogram>
+<histogram name="OSX.SystemHotkeyMap.LoadSuccess" enum="BooleanSuccess">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ Whether an attempt to load the system hotkeys on a Mac was successful.
+ </summary>
+</histogram>
+
<histogram name="OutdatedUpgradeBubble.NumLaterPerEnableAU">
<owner>mad@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698