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

Unified Diff: chrome/browser/about_flags.cc

Issue 2506173004: Add an about://flags entry for enable/disable memory coordinator (Closed)
Patch Set: Histograms Created 4 years, 1 month 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') | tools/metrics/histograms/histograms.xml » ('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 cd33ce2aca1825862794d47fe2820736d9565ed7..437861ec325b7c550f52f6c9bcf9fcbe260c3df5 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1438,6 +1438,10 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_WAKE_ON_PACKETS_DESCRIPTION, kOsCrOSOwnerOnly,
SINGLE_VALUE_TYPE(chromeos::switches::kWakeOnWifiPacket)},
#endif // OS_CHROMEOS
+ {"enable-memory-coordinator", IDS_FLAGS_MEMORY_COORDINATOR_NAME,
+ IDS_FLAGS_MEMORY_COORDINATOR_DESCRIPTION,
+ kOsAndroid | kOsCrOS | kOsLinux | kOsWin,
+ FEATURE_VALUE_TYPE(features::kMemoryCoordinator)},
{"enable-tab-audio-muting", IDS_FLAGS_TAB_AUDIO_MUTING_NAME,
IDS_FLAGS_TAB_AUDIO_MUTING_DESCRIPTION, kOsDesktop,
SINGLE_VALUE_TYPE(switches::kEnableTabAudioMuting)},
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698