summaryrefslogtreecommitdiffstats
path: root/ios/chrome/browser/ios_chrome_io_thread.cc
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-11-30 08:40:56 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 16:41:52 +0000
commit45f1ba67675d2838253f0ffab803d58e323bbd4b (patch)
treea29aaaa2f95212322335429f6b3197cf6ef5da45 /ios/chrome/browser/ios_chrome_io_thread.cc
parentf6977a07ab6fa3dd06444ee8c46598b36f922eb1 (diff)
downloadchromium_src-45f1ba67675d2838253f0ffab803d58e323bbd4b.zip
chromium_src-45f1ba67675d2838253f0ffab803d58e323bbd4b.tar.gz
chromium_src-45f1ba67675d2838253f0ffab803d58e323bbd4b.tar.bz2
Remove "negotiate" from support auth scheme on iOS.
The support for "negotiate" is disabled on iOS when building //net, so remove the scheme from the list of supported scheme (lying is a terrible sin). BUG=556566 Review URL: https://codereview.chromium.org/1489513002 Cr-Commit-Position: refs/heads/master@{#362142}
Diffstat (limited to 'ios/chrome/browser/ios_chrome_io_thread.cc')
-rw-r--r--ios/chrome/browser/ios_chrome_io_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/chrome/browser/ios_chrome_io_thread.cc b/ios/chrome/browser/ios_chrome_io_thread.cc
index c914b19..7a8aa51 100644
--- a/ios/chrome/browser/ios_chrome_io_thread.cc
+++ b/ios/chrome/browser/ios_chrome_io_thread.cc
@@ -87,7 +87,7 @@
namespace {
-const char kSupportedAuthSchemes[] = "basic,digest,ntlm,negotiate";
+const char kSupportedAuthSchemes[] = "basic,digest,ntlm";
const char kTCPFastOpenFieldTrialName[] = "TCPFastOpen";
const char kTCPFastOpenHttpsEnabledGroupName[] = "HttpsEnabled";