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