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

Unified Diff: chrome/common/features.gni

Issue 2794103002: Add initial support for native Linux desktop notifications (Closed)
Patch Set: Remove unused import Created 3 years, 8 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/chrome_features.cc ('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 7344feb8d163e70c42f9447af49d37418d3b5fb8..360f8354efc9e0f7b00260f01e801675d056ee47 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -42,6 +42,10 @@ declare_args() {
# ChromeOS builds have this enabled by default.
enable_hotwording = is_chrome_branded && is_chromeos
+ # Enables usage of the system-provided notification center.
+ enable_native_notifications =
+ is_android || is_mac || (is_desktop_linux && use_glib && use_gio)
+
enable_one_click_signin =
is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698