| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f849455646ec189f23fbc270e221cf9078254887..4f602f953eb31ae5b4fcdd555ae838e75e90da81 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -808,11 +808,6 @@ const char kProxyBypassList[] = "proxy-bypass-list";
|
| // Uses the pac script at the given URL
|
| const char kProxyPacUrl[] = "proxy-pac-url";
|
|
|
| -// Uses a specified proxy server, overrides system settings. This switch only
|
| -// affects HTTP and HTTPS requests. ARC-apps use only HTTP proxy server with the
|
| -// highest priority.
|
| -const char kProxyServer[] = "proxy-server";
|
| -
|
| // Specifies the time for tab purging and suspending. When the indicated time
|
| // passes after a tab goes backgrounded, the backgrounded tab is purged and
|
| // suspended to save memory usage. The default value is "0" and purging and
|
|
|