| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index d2053e30e84c8f2b65fecd922824bfde8a9f5da9..aacf15b4bef837a7e354536b928431d39e1f50f4 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -58,9 +58,6 @@ declare_args() {
|
| config("feature_flags") {
|
| # Don't use deprecated V8 APIs anywhere.
|
| defines = [ "V8_DEPRECATION_WARNINGS" ]
|
| - if (enable_notifications) {
|
| - defines += [ "ENABLE_NOTIFICATIONS" ]
|
| - }
|
| if (enable_pdf) {
|
| defines += [ "ENABLE_PDF=1" ]
|
| }
|
|
|