| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 184791)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1222,7 +1222,7 @@
|
| const char kSocketReusePolicy[] = "socket-reuse-policy";
|
|
|
| // Origin for which SpdyProxy authentication is supported.
|
| -const char kSpdyProxyOrigin[] = "spdy-proxy-origin";
|
| +const char kSpdyProxyAuthOrigin[] = "spdy-proxy-auth-origin";
|
|
|
| // Speculative resource prefetching.
|
| const char kSpeculativeResourcePrefetching[] =
|
| @@ -1398,7 +1398,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| // Enable SPDY proxy.
|
| -const char kEnableSpdyProxy[] = "enable-spdy-proxy";
|
| +const char kEnableSpdyProxyAuth[] = "enable-spdy-proxy-auth";
|
|
|
| // Pops the translate infobar if possible.
|
| const char kEnableTranslate[] = "enable-translate";
|
|
|