| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8fa95a2de307d9550301c4f393bf2104beda471b..6feccb4d897504976d1de469f3c870b96199d195 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1209,6 +1209,9 @@ const char kSimulateUpgrade[] = "simulate-upgrade";
|
| // ClientSocketReusePolicy.
|
| const char kSocketReusePolicy[] = "socket-reuse-policy";
|
|
|
| +// Origin for which SpdyProxy authentication is supported.
|
| +const char kSpdyProxyOrigin[] = "spdy-proxy-origin";
|
| +
|
| // Speculative resource prefetching.
|
| const char kSpeculativeResourcePrefetching[] =
|
| "speculative-resource-prefetching";
|
|
|