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

Unified Diff: chrome/common/pref_names.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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b751a79239db47959923710afd0bbf7c7f658bed..2e00a080d1c39bd5cb6f6a3de9279003052f9b5f 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1742,6 +1742,9 @@ const char kAuthNegotiateDelegateWhitelist[] =
"auth.negotiate_delegate_whitelist";
// String that specifies the name of a custom GSSAPI library to load.
const char kGSSAPILibraryName[] = "auth.gssapi_library_name";
+// String that specifies the origin allowed to use SpdyProxy
cbentzel 2012/09/18 15:30:52 Nit: there should probablyh be a newline before th
Michael Piatek 2012/09/18 20:32:05 Done.
+// authentication, if any.
+const char kSpdyProxyOrigin[] = "auth.spdyproxy.origin";
// Boolean that specifies whether to allow basic auth prompting on cross-
// domain sub-content requests.

Powered by Google App Engine
This is Rietveld 408576698