blob: 3c963c1c28eb37f2d989faac8bbbdf981e1f67b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- net/features.gni.orig 2017-09-08 22:18:41.065160000 +0200
+++ net/features.gni 2017-09-08 22:18:51.191168000 +0200
@@ -27,7 +27,7 @@
disable_brotli_filter = false
# Multicast DNS.
- enable_mdns = is_win || is_linux
+ enable_mdns = is_win || is_linux || is_bsd
# Reporting not used on iOS.
enable_reporting = !is_ios
|