Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 4e5abdbebd6cfca2522eb1a01fb1c043a025255d..8690100f68857108a97239a02e99d06219c99e0e 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -486,6 +486,10 @@ const char kLoggingLevel[] = "log-level"; |
// Make plugin processes log their sent and received messages to VLOG(1). |
const char kLogPluginMessages[] = "log-plugin-messages"; |
+// Sample memory usage with high frequency and store the results to the |
+// Renderer.Memory histogram. Used in memory tests. |
+const char kMemoryMetrics[] = "memory-metrics"; |
+ |
// Causes the process to run as a NativeClient broker |
// (used for launching NaCl loader processes on 64-bit Windows). |
const char kNaClBrokerProcess[] = "nacl-broker"; |