| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 2cafd96208da6217234d626714358ec8576af43e..b9e911e86a375d7258930a95c8970114c118885b 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -39,6 +39,9 @@ declare_args() {
|
| # Enables vr shell.
|
| enable_vr_shell = false
|
|
|
| + # Enable native notifications via XPC services (mac only).
|
| + enable_xpc_notifications = false
|
| +
|
| # Use vulcanized HTML/CSS/JS resources to speed up WebUI (chrome://)
|
| # pages. https://github.com/polymer/vulcanize
|
| use_vulcanize = true
|
|
|