| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index f4ec0f85dc5ad73be8cb925c1aab8b01dc5733f7..f76f42cb85cd21f14e66edd764f0c41e137b51ae 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -56,3 +56,7 @@ use_seccomp_bpf = (is_linux || is_android) &&
|
| (cpu_arch == "x86" || cpu_arch == "x64" || cpu_arch == "arm")
|
|
|
| enable_webrtc = !is_ios
|
| +
|
| +# Enable notifications everywhere except Android.
|
| +# Android is http://crbug.com/115320
|
| +enable_notifications = !is_android
|
|
|