| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d3298213432a759e725a901c84c3ed1a2b991d18..22c25c02c8f769530da7461f392e6bbc392010ed 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1215,6 +1215,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";
|
|
|