| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index f76f42cb85cd21f14e66edd764f0c41e137b51ae..2f66e0279866d1074131d131d8135340a16dc4ac 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -60,3 +60,6 @@ enable_webrtc = !is_ios
|
| # Enable notifications everywhere except Android.
|
| # Android is http://crbug.com/115320
|
| enable_notifications = !is_android
|
| +
|
| +# TODO(brettw) this should be moved to net and only dependents get this define.
|
| +disable_ftp_support = is_ios
|
|
|