Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index aacf15b4bef837a7e354536b928431d39e1f50f4..f77a46e38884bcfbe3623002f257094ff5eceff5 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -136,9 +136,6 @@ config("feature_flags") { |
if (!enable_nacl) { |
defines += [ "DISABLE_NACL" ] |
} |
- if (enable_task_manager) { |
- defines += [ "ENABLE_TASK_MANAGER=1" ] |
- } |
if (enable_themes) { |
defines += [ "ENABLE_THEMES=1" ] |
} |