Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 05d48a988c2d4e3e9fda9337ae89a1b308602960..9d9571563d2bca9469a57aa9c47785938acbcae0 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -214,9 +214,6 @@ config("feature_flags") { |
if (enable_supervised_users) { |
defines += [ "ENABLE_SUPERVISED_USERS=1" ] |
} |
- if (enable_service_discovery) { |
- defines += [ "ENABLE_SERVICE_DISCOVERY=1" ] |
- } |
if (enable_image_loader_extension) { |
defines += [ "IMAGE_LOADER_EXTENSION=1" ] |
} |