| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 6e36f8bd4ee4aa839ffb59d388c0a78f79a990bc..dc19f25941ea050868820e252ff83028c139162d 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -224,7 +224,7 @@ const base::Feature kModuleDatabase{"ModuleDatabase",
|
| // Enables the use of native notification centers instead of using the Message
|
| // Center for displaying the toasts.
|
| #if BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS)
|
| -#if defined(OS_MACOSX)
|
| +#if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| const base::Feature kNativeNotifications{"NativeNotifications",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
| #else
|
|
|