| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 6d8a898fdc971bf7be056cb377e93bb0c9e7c5c2..ad783937bb8eb4a57adea4f925b355ae3d8df103 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -802,12 +802,6 @@ const char kProxyPacUrl[] = "proxy-pac-url";
|
| // 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
|
| -// suspending never happen.
|
| -const char kPurgeAndSuspendTime[] = "purge-and-suspend-time";
|
| -
|
| // Specifies a comma separated list of QUIC connection options to send to
|
| // the server.
|
| const char kQuicConnectionOptions[] = "quic-connection-options";
|
|
|