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

Unified Diff: chrome/browser/about_flags.cc

Issue 1257543004: Add oom tab killing and the about:discards page on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@memoryPressureOnLinux
Patch Set: Created 5 years, 5 months 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 52dbbcc3ea57e9c1b23f60fb4c3e35bf7527340e..13b7d3c86eb7adf35bf0b50ea8aa37eb407a0f1a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2056,11 +2056,11 @@ const Experiment kExperiments[] = {
kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableMaterialDesignDownloads)},
#endif
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
{"enable-tab-discarding",
IDS_FLAGS_ENABLE_TAB_DISCARDING_NAME,
IDS_FLAGS_ENABLE_TAB_DISCARDING_DESCRIPTION,
- kOsWin,
+ kOsWin || kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableTabDiscarding)},
#endif
{"enable-clear-browsing-data-counters",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698