Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 5f154b0bb25a56a17a7e44a6e15498cfbebe13ab..3893dd4f187dbc29d5a5b3d25105559f5511e41e 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. |
|
bengr
2013/10/20 21:51:48
for what proxy?
|
| +const char kSpdyProxyAuthFallback[] = "spdy-proxy-auth-fallback"; |
| + |
| // Origin for which SpdyProxy authentication is supported. |
| const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin"; |