Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 84b6c97cfe2851fc4f92fa5de7f07b121d9d5362..862acddf214ef8c7ebfbe8fa6e3b1de9a2f7001f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -1223,7 +1223,23 @@ other types of suffix sets. |
<histogram name="Chrome.BrowserCrashDumpAttempts"> |
<summary> |
- Number of time the browser processes attempts to generate a crash dump. |
+ The total number of times the browser process has attempted to generate a |
+ crash dump. This should be the sum of Chrome.BrowserDumpsWithCrash and |
+ Chrome.BrowserDumpsWithNoCrash. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Chrome.BrowserDumpsWithCrash"> |
+ <summary> |
+ The number of times the browser process has attempted to generate a crash |
+ dump because of an actual browser crash. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Chrome.BrowserDumpsWithNoCrash"> |
+ <summary> |
+ The number of times the browser process has attempted to generate a crash |
+ dump in a non-crashing (i.e., reporting only) context. |
</summary> |
</histogram> |