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

Unified Diff: net/http/http_auth.cc

Issue 10913238: SPDY proxy authentication support. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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
« chrome/common/pref_names.cc ('K') | « net/http/http_auth.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth.cc
diff --git a/net/http/http_auth.cc b/net/http/http_auth.cc
index 47a13be28b6b931786c365178260676f09666fa6..08f70c0a3bb313c0b16a8cb340fdd46b3ffb961c 100644
--- a/net/http/http_auth.cc
+++ b/net/http/http_auth.cc
@@ -182,6 +182,7 @@ const char* HttpAuth::SchemeToString(Scheme scheme) {
"digest",
"ntlm",
"negotiate",
+ "spdyproxy",
"mock",
};
COMPILE_ASSERT(arraysize(kSchemeNames) == AUTH_SCHEME_MAX,
« chrome/common/pref_names.cc ('K') | « net/http/http_auth.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698