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

Unified Diff: content/public/common/content_switches.cc

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 6 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index f739f5418c836a790928d188cb2f109e27436ce1..00a7d0ca84a1ac6f340dd7484cd294f16ffd78e3 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -406,6 +406,9 @@ const char kEnableLogging[] = "enable-logging";
// Enables the memory benchmarking extension
const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
+// Enables the memory coordinator
+const char kEnableMemoryCoordinator[] = "enable-memory-coordinator";
bashi 2016/06/27 03:49:29 I'll switch to use base::FeatureList
bashi 2016/06/27 10:18:14 Done.
+
// Enables the network information API.
const char kEnableNetworkInformation[] = "enable-network-information";

Powered by Google App Engine
This is Rietveld 408576698