Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1998)

Unified Diff: chrome/common/features.gni

Issue 2158463003: Initial client side implementation of the XPC service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698