Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index fd05dfd9e689f33ba76cedba6c94c92bb9cd100a..c0734e15b5a00f73becbca75cc550b46c1c1729c 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -161,9 +161,6 @@ config("feature_flags") { |
if (!enable_nacl) { |
defines += [ "DISABLE_NACL" ] |
} |
- if (enable_extensions) { |
- defines += [ "ENABLE_EXTENSIONS=1" ] |
- } |
if (enable_task_manager) { |
defines += [ "ENABLE_TASK_MANAGER=1" ] |
} |