Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index c24875858c0dc3cb85c86daa5139859e11e34139..efca13aec9bf42c24927a40a2827d8c93b6235b5 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -65,9 +65,6 @@ config("feature_flags") { |
| if (enable_notifications) { |
| defines += [ "ENABLE_NOTIFICATIONS" ] |
| } |
| - if (enable_plugins) { |
| - defines += [ "ENABLE_PLUGINS=1" ] |
| - } |
| if (enable_pdf) { |
| defines += [ "ENABLE_PDF=1" ] |
| } |