Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 5f6cffbc3a81186f5c6da1a79d3230a4b40e6fcb..2bb31e0d2f46f985ab39e0703f95d894b28056b5 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -38744,7 +38744,8 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <enum name="ComputeCurrentSigninStatus" type="int"> |
| <int value="0" label="Tried to compute current signin status."/> |
| - <int value="1" label="No signin manager found."/> |
| + <int value="1" label="Error: No profiles found."/> |
|
Alexei Svitkine (slow)
2014/09/09 15:07:31
Please don't renumber existing entries. Put the ne
yao
2014/09/09 16:39:52
I actually didn't remember it, just updated the la
|
| + <int value="2" label="No opened browser found."/> |
| </enum> |
| <enum name="ConnectionFailureReason" type="int"> |
| @@ -48401,6 +48402,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="1" label="All profiles not signed in"/> |
| <int value="2" label="Mixed signin status"/> |
| <int value="3" label="Unknown signin status"/> |
| + <int value="4" label="Error getting signin status"/> |
| </enum> |
| <enum name="ProfileSync" type="int"> |