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) |