Chromium Code Reviews| Index: net/features.gni |
| diff --git a/net/features.gni b/net/features.gni |
| index 12ba0e011c2f0893940ef0394d289251e5e7b21b..95c718ebadb7edb2a72d3363d3936374c4e4fb3b 100644 |
| --- a/net/features.gni |
| +++ b/net/features.gni |
| @@ -27,4 +27,7 @@ declare_args() { |
| # Multicast DNS. |
| enable_mdns = is_win || is_linux |
| + |
| + # Reporting not used on iOS. |
| + enable_reporting = !is_ios |
| } |