summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 07:27:18 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 07:27:18 +0000
commit2ef653679ce7480e5f7d4ba11fb474fa43d64403 (patch)
treeba65559d62eb15aa00a1f573b01285705fece650 /tools/metrics
parent13bcb652083d73342f0da1b079f26f571fc9ce92 (diff)
downloadchromium_src-2ef653679ce7480e5f7d4ba11fb474fa43d64403.zip
chromium_src-2ef653679ce7480e5f7d4ba11fb474fa43d64403.tar.gz
chromium_src-2ef653679ce7480e5f7d4ba11fb474fa43d64403.tar.bz2
Use mDns in browser process, without sandboxed utility process.
It still uses utility process if firewall rules are not installed, which is common for user-level installs. BUG=366408,349645 Review URL: https://codereview.chromium.org/260283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/histograms/histograms.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3acb26f..c4c7aae 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>