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

Unified Diff: chrome/browser/about_flags.cc

Issue 1244033005: Enable tab discarding on Mac (behind a flag). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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..2d0c2ff791687ca1305b31386c1cb5738888883e 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_MACOSX)
{"enable-tab-discarding",
IDS_FLAGS_ENABLE_TAB_DISCARDING_NAME,
IDS_FLAGS_ENABLE_TAB_DISCARDING_DESCRIPTION,
- kOsWin,
+ kOsWin | kOsMac,
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