Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index b1a1badf912caea46a4a6cb7426b2b5039295bc9..58aacdf6fef86d09bcdd88d6fd1ce293ca992e7e 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -1268,6 +1268,14 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Blacklist.Setup" enum="BlacklistSetup"> |
| + <summary> |
| + Records the successes and failures when running the browser blacklist setup |
| + code. Used to determine if the blacklist is working as intended (since the |
|
Ilya Sherman
2013/12/27 01:22:50
nit: Extraneous second space after "intended"
csharp
2014/01/02 19:55:36
Done.
|
| + blacklist runs before crash reporting is setup). |
|
Ilya Sherman
2013/12/27 01:22:50
nit: "is setup" -> "is set up" ("setup" is a noun,
csharp
2014/01/02 19:55:36
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Bluetooth.ConnectedDeviceCount" units="devices"> |
| <summary> |
| Counts the number of simulataneously connected Bluetooth devices. Used to |
| @@ -22034,6 +22042,12 @@ other types of suffix sets. |
| <int value="2" label="Bad"/> |
| </enum> |
| +<enum name="BlacklistSetup" type="int"> |
| + <int value="0" label="Blacklist enabled"/> |
| + <int value="1" label="Blacklist ran successfully."/> |
| + <int value="2" label="Blacklist failed."/> |
| +</enum> |
| + |
| <enum name="BluetoothPairingMethod" type="int"> |
| <int value="0" label="No user interaction required"/> |
| <int value="1" label="PIN Code requested from user"/> |