| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 5bd1c1803289adeaaf015ef00eff79b71b2a26a2..f5d2c59ea06c0c028ebc88b5894ed9f6cc8f71de 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -70,9 +70,9 @@ use_seccomp_bpf = (is_linux || is_android) &&
|
|
|
| enable_webrtc = !is_ios
|
|
|
| -# Enable notifications everywhere except Android.
|
| +# Enable notifications everywhere except Android/iOS.
|
| # Android is http://crbug.com/115320
|
| -enable_notifications = !is_android
|
| +enable_notifications = !is_android && !is_ios
|
|
|
| # TODO(brettw) this should be moved to net and only dependents get this define.
|
| disable_ftp_support = is_ios
|
|
|