Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1998)

Unified Diff: chrome/common/chrome_switches.cc

Issue 2483003004: Make purge-and-suspend-time finch experiment parameter (Closed)
Patch Set: Make purge-and-suspend-time=0 immediately purge+suspend. Instead default value is 30min. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/browser/memory/tab_manager.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0082756798b317a6d6dc932aa5b9b17f1ef4929a..dfd072db19e4e214fe19ade8ab5e296cfcfd50ff 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -781,12 +781,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";
« chrome/browser/memory/tab_manager.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698