| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 6dc3771def343fe47ae2b0eb1101ef0edce35c9a..44cc4766878fd2bc87815a492e12be31d62299b3 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_dbus)
|
| + is_win || is_android || is_mac || (is_desktop_linux && use_dbus)
|
|
|
| enable_one_click_signin =
|
| is_win || is_mac || (is_linux && !is_chromeos && !is_chromecast)
|
|
|