Index: chrome/common/features.gni |
diff --git a/chrome/common/features.gni b/chrome/common/features.gni |
index 2cafd96208da6217234d626714358ec8576af43e..8809b7fc4a8331149b08327f6609738357819b5b 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 = is_mac && false |
Nico
2016/09/14 14:34:17
&& false
?
Miguel Garcia
2016/09/14 16:11:34
Done.
|
+ |
# Use vulcanized HTML/CSS/JS resources to speed up WebUI (chrome://) |
# pages. https://github.com/polymer/vulcanize |
use_vulcanize = true |