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

Unified Diff: chrome/common/features.gni

Issue 2828503005: Add NotificationDisplayServiceProxy (Closed)
Patch Set: 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
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index 360f8354efc9e0f7b00260f01e801675d056ee47..8fffe8bb79ebf13403e6871c36fdd48726aeb48c 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -44,7 +44,7 @@ declare_args() {
# Enables usage of the system-provided notification center.
enable_native_notifications =
- is_android || is_mac || (is_desktop_linux && use_glib && use_gio)
+ is_android || is_mac || (is_desktop_linux && use_dbus)
enable_one_click_signin =
is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)

Powered by Google App Engine
This is Rietveld 408576698