Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: net/features.gni

Issue 2826273004: Enable loading gssapi library for Chromad. (Closed)
Patch Set: Enable loading gssapi library for Chromad. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/http/http_auth_handler_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/features.gni
diff --git a/net/features.gni b/net/features.gni
index 5d71a036113c18fab54ad393af79d74baff28d7f..12ba0e011c2f0893940ef0394d289251e5e7b21b 100644
--- a/net/features.gni
+++ b/net/features.gni
@@ -16,10 +16,11 @@ declare_args() {
enable_websockets = !is_ios
disable_ftp_support = is_ios || is_chromecast
- # Enable Kerberos authentication. It is disabled by default on ChromeOS, iOS,
+ # Enable Kerberos authentication. It is disabled by default on iOS,
# Chromecast, at least for now. This feature needs configuration (krb5.conf
- # and so on).
- use_kerberos = !is_chromeos && !is_ios && !is_chromecast
+ # and so on). On Chrome OS it is only supported on Active Directory
+ # managed devices.
+ use_kerberos = !is_ios && !is_chromecast
# Do not disable brotli filter by default.
disable_brotli_filter = false
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/http/http_auth_handler_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698