Index: base/base_switches.cc |
diff --git a/base/base_switches.cc b/base/base_switches.cc |
index e8aa5cbc4d5e051dbb61302d434b0598b5c77e6f..daa05c2eb86c4d3c7140af7c3949460d846c31a2 100644 |
--- a/base/base_switches.cc |
+++ b/base/base_switches.cc |
@@ -20,6 +20,10 @@ const char kEnableCrashReporter[] = "enable-crash-reporter"; |
// the memory-infra category is enabled. |
const char kEnableHeapProfiling[] = "enable-heap-profiling"; |
+// Report pseudo allocation traces. Pseudo traces are derived from currently |
+// active trace events. |
+const char kEnableHeapProfilingModePseudo[] = ""; |
+ |
// Report native (walk the stack) allocation traces. By default pseudo stacks |
// derived from trace events are reported. |
const char kEnableHeapProfilingModeNative[] = "native"; |