diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 06:18:36 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 06:18:36 +0000 |
commit | 3eb3268a27230647e7967aff19825e4f5d271405 (patch) | |
tree | 0414cd1633510ee9f8dabf7f3e1e3c53883f9e10 /chromeos | |
parent | b599459a1a6ea74ed0afdbe413ec0159bd580125 (diff) | |
download | chromium_src-3eb3268a27230647e7967aff19825e4f5d271405.zip chromium_src-3eb3268a27230647e7967aff19825e4f5d271405.tar.gz chromium_src-3eb3268a27230647e7967aff19825e4f5d271405.tar.bz2 |
cros: Remove the --no-discard-tabs flag
This flag has been on-by-default for over a year. Also, tab discards are
less common now that zram is on by default.
BUG=307084
TEST=about:flags no longer contains "Don't discard tabs"
Review URL: https://codereview.chromium.org/34353006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/chromeos_switches.cc | 5 | ||||
-rw-r--r-- | chromeos/chromeos_switches.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index e2e80b3..ac9e8c1 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -166,11 +166,6 @@ const char kLoginUser[] = "login-user"; // Enables natural scroll by default. const char kNaturalScrollDefault[] = "enable-natural-scroll-default"; -// Disables tab discard in low memory conditions, a feature which silently -// closes inactive tabs to free memory and to attempt to avoid the kernel's -// out-of-memory process killer. -const char kNoDiscardTabs[] = "no-discard-tabs"; - // Skips all other OOBE pages after user login. const char kOobeSkipPostLogin[] = "oobe-skip-postlogin"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 5192c83..6fe091c 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -65,7 +65,6 @@ CHROMEOS_EXPORT extern const char kLoginPassword[]; CHROMEOS_EXPORT extern const char kLoginProfile[]; CHROMEOS_EXPORT extern const char kLoginUser[]; CHROMEOS_EXPORT extern const char kNaturalScrollDefault[]; -CHROMEOS_EXPORT extern const char kNoDiscardTabs[]; CHROMEOS_EXPORT extern const char kOobeSkipPostLogin[]; CHROMEOS_EXPORT extern const char kSkipHWIDCheck[]; CHROMEOS_EXPORT extern const char kSmsTestMessages[]; |