Chromium Code Reviews| 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. |