| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5f154b0bb25a56a17a7e44a6e15498cfbebe13ab..bb58b102ff8b595407d3ae45e625735798e741ee 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1342,6 +1342,9 @@ const char kSimulateOutdated[] = "simulate-outdated";
|
| // Replaces the buffered data source for <audio> and <video> with a simplified
|
| // resource loader that downloads the entire resource into memory.
|
|
|
| +//Second origin that can be used for the proxy.
|
| +const char kSpdyProxyAuthFallback[] = "spdy-proxy-auth-fallback";
|
| +
|
| // Origin for which SpdyProxy authentication is supported.
|
| const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
|
|
|
|
|