| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4110765ba4e9743076c6bf85ac3621a19c1947df..5de8e987e7551b5bf1907800e854c3d18832a995 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1291,6 +1291,9 @@ const char kSimulateOutdated[] = "simulate-outdated";
|
| // Origin for which SpdyProxy authentication is supported.
|
| const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
|
|
|
| +// Authentication string for the data reduction proxy.
|
| +const char kSpdyProxyAuthValue[] = "spdy-proxy-auth-value";
|
| +
|
| // Speculative resource prefetching.
|
| const char kSpeculativeResourcePrefetching[] =
|
| "speculative-resource-prefetching";
|
|
|