Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 260283002: Use mDns in browser process, without sandboxed utility process/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue 04/29/2014 10:18:35.18 Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_shared_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_shared_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698