Chromium Code Reviews| Index: net/features.gni |
| diff --git a/net/features.gni b/net/features.gni |
| index 5d71a036113c18fab54ad393af79d74baff28d7f..8c199891952f1e93a1281c4b16c58c873ed060bd 100644 |
| --- a/net/features.gni |
| +++ b/net/features.gni |
| @@ -19,7 +19,7 @@ declare_args() { |
| # Enable Kerberos authentication. It is disabled by default on ChromeOS, iOS, |
|
asanka
2017/04/20 18:00:52
Update comment.
|
| # Chromecast, at least for now. This feature needs configuration (krb5.conf |
| # and so on). |
| - use_kerberos = !is_chromeos && !is_ios && !is_chromecast |
| + use_kerberos = !is_ios && !is_chromecast |
| # Do not disable brotli filter by default. |
| disable_brotli_filter = false |