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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 888693003: Process WM_ENDSESSION in the traybar icon window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now new and improved - compiles, even. Created 5 years, 10 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 59a63b0595fc0479fbdaa944dbec62db41cc9e68..2ea4e7f22b4cc7df28d66bef389bed4f2f2a2804 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36203,6 +36203,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Temporary instrumentation. See http://crbug.com/412384.</summary>
</histogram>
+<histogram name="Stability.ExitFunnel.TraybarEndSession" units="milliseconds">
Alexei Svitkine (slow) 2015/01/29 22:05:34 Please use a histogram_suffixes construct for all
Sigurður Ásgeirsson 2015/01/30 13:52:12 This will change the names and hashes of the exist
Alexei Svitkine (slow) 2015/01/30 14:14:55 You can use separator="." to use the same names.
Sigurður Ásgeirsson 2015/01/30 14:39:10 Ah, I didn't see that - maybe reason to amend the
+ <owner>siggi@chromium.org</owner>
+ <summary>Temporary instrumentation. See http://crbug.com/412384.</summary>
+</histogram>
Will Harris 2015/01/29 21:56:02 this new histogram doesn't appear to be used
Sigurður Ásgeirsson 2015/01/30 13:52:12 It's recorded in a fairly oblique manner by the ex
+
<histogram name="Stability.ExitFunnel.TraybarExit" units="milliseconds">
<owner>siggi@chromium.org</owner>
<summary>Temporary instrumentation. See http://crbug.com/412384.</summary>

Powered by Google App Engine
This is Rietveld 408576698