| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 1e6fb8f734280ef4a12aaa326b48843d4541fe86..20e46064fb91f2df5d99c2d8ca1aeb3aba103eda 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8571,6 +8571,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Records events related to devices page.</summary>
|
| </histogram>
|
|
|
| +<histogram name="LocalDiscovery.FirewallState" enum="BooleanEnabled">
|
| + <owner>noamsml@chromium.org</owner>
|
| + <owner>vitalybuka@chromium.org</owner>
|
| + <summary>
|
| + Windows only histogram that reports, whether a firewall is set, so we can
|
| + bind inbound sockets. It's logged once per browser process lifetime, when
|
| + local discovery is used.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="LocalDiscovery.PrivetNotificationsEvent"
|
| enum="PrivetNotificationsEvent">
|
| <owner>noamsml@chromium.org</owner>
|
|
|