Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 3202162f19148310cce022dd210d5438c94a74d0..3888ef90d95cdd2ae3d73f2b7b01ba839b515a06 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -55508,6 +55508,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Shutdown.ShutdownType" enum="ShutdownType"> |
|
Alexei Svitkine (slow)
2016/09/14 15:56:11
This seems to be adding a new top-level category (
hashimoto
2016/09/15 06:38:37
Actually, "Shutdown." is not new as there are alre
Alexei Svitkine (slow)
2016/09/15 16:58:56
Ah, you are right. Looks like they're still listed
|
| + <owner>hashimoto@chromium.org</owner> |
| + <summary>The type of the last shutdown.</summary> |
| +</histogram> |
| + |
| <histogram name="Signin" enum="SigninHelperFlow"> |
| <owner>mlerman@chromium.org</owner> |
| <summary> |
| @@ -94502,6 +94507,13 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="6" label="Dark resume failed"/> |
| </enum> |
| +<enum name="ShutdownType" type="int"> |
| + <int value="0" label="Not valid"/> |
| + <int value="1" label="Window close"/> |
| + <int value="2" label="Browser exit"/> |
| + <int value="3" label="End session"/> |
|
Alexei Svitkine (slow)
2016/09/14 15:56:11
It's not obvious to me from these what the differe
hashimoto
2016/09/15 06:38:37
Done.
|
| +</enum> |
| + |
| <enum name="SideloadUIEvents" type="int"> |
| <int value="0" label="Extension installed"/> |
| <int value="1" label="Extension ignored"/> |