| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index a402cbb259c1380268ef239ac01fde6a85a0052e..216ebd881f83017d11e609134836e13bea6d793e 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -59,6 +59,9 @@ declare_args() {
|
| # Enables vr shell UI development on local or remote page.
|
| enable_vr_shell_ui_dev = false
|
|
|
| + # 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
|
|
|