Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 23d22857f5e71c1a46796e1acdee40782bffdd78..78aa47ad1bdd06e8f3acb20750b186c9afff1c14 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -62,9 +62,6 @@ declare_args() { |
config("feature_flags") { |
# Don't use deprecated V8 APIs anywhere. |
defines = [ "V8_DEPRECATION_WARNINGS" ] |
- if (enable_mdns) { |
- defines += [ "ENABLE_MDNS=1" ] |
- } |
if (enable_notifications) { |
defines += [ "ENABLE_NOTIFICATIONS" ] |
} |