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

Unified Diff: chrome/common/features.gni

Issue 2821533003: Refactor NotificationPlatformBridgeLinux (Closed)
Patch Set: final comments 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 9364bd959b6296eaf21dea9596b2694874579087..2f1c415bba2e64743e0b020b8cd01d71417bf028 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