| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e4e3863aa3afd6ed4d9cdb81efe135d4fca5b1d0..71320a14a440db3e8f1770117e8979eb9ada9e01 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>
|
|
|
|
|