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

Unified Diff: net/http/http_auth_scheme.h

Issue 1414313002: Allow dynamic updating of authentication policies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to cbentzel@'s comments. Created 5 years 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 | « net/http/http_auth_preferences_unittest.cc ('k') | net/http/http_auth_scheme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_scheme.h
diff --git a/net/http/http_auth_scheme.h b/net/http/http_auth_scheme.h
new file mode 100644
index 0000000000000000000000000000000000000000..98e17857a999e60823ae005da76e603ba15d0f2e
--- /dev/null
+++ b/net/http/http_auth_scheme.h
@@ -0,0 +1,17 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_HTTP_HTTP_AUTH_SCHEME_H_
+#define NET_HTTP_HTTP_AUTH_SCHEME_H_
+
+namespace net {
+NET_EXPORT extern const char kBasicAuthScheme[];
+NET_EXPORT extern const char kDigestAuthScheme[];
+NET_EXPORT extern const char kNtlmAuthScheme[];
+NET_EXPORT extern const char kNegotiateAuthScheme[];
+NET_EXPORT extern const char kSpdyProxyAuthScheme[];
+NET_EXPORT extern const char kMockAuthScheme[];
+} // namespace net
+
+#endif // NET_HTTP_HTTP_AUTH_SCHEME_H_
« no previous file with comments | « net/http/http_auth_preferences_unittest.cc ('k') | net/http/http_auth_scheme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698