| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 360f8354efc9e0f7b00260f01e801675d056ee47..d585b94f2cd9c87c380a896eec48cca9207f2278 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -67,10 +67,6 @@ declare_args() {
|
| # Indicates if Wayland display server support is enabled.
|
| enable_wayland_server = is_chromeos
|
|
|
| - # Enable native notifications via XPC services (mac only).
|
| - # TODO(miguelg): remove this.
|
| - enable_xpc_notifications = true
|
| -
|
| # Indicates if the build is using PGO.
|
| pgo_build = chrome_pgo_phase > 0
|
|
|
|
|