Index: base/trace_event/trace_config_memory_test_util.h |
diff --git a/base/trace_event/trace_config_memory_test_util.h b/base/trace_event/trace_config_memory_test_util.h |
index 49f9a810de2c6ff85ccad94f1856029a95cf9dbd..6b47f8dc5505a13ab7de7f1fa617795a31e0d768 100644 |
--- a/base/trace_event/trace_config_memory_test_util.h |
+++ b/base/trace_event/trace_config_memory_test_util.h |
@@ -24,6 +24,7 @@ class TraceConfigMemoryTestUtil { |
"\"%s\"" |
"]," |
"\"memory_dump_config\":{" |
+ "\"allowed_dump_modes\":[\"background\",\"light\",\"detailed\"]," |
"\"heap_profiler_options\":{" |
"\"breakdown_threshold_bytes\":2048" |
"}," |
@@ -52,6 +53,7 @@ class TraceConfigMemoryTestUtil { |
"\"%s\"" |
"]," |
"\"memory_dump_config\":{" |
+ "\"allowed_dump_modes\":[\"background\",\"light\",\"detailed\"]," |
"\"triggers\":[" |
"]" |
"}," |
@@ -82,6 +84,7 @@ class TraceConfigMemoryTestUtil { |
"\"%s\"" |
"]," |
"\"memory_dump_config\":{" |
+ "\"allowed_dump_modes\":[\"background\"]," |
"\"triggers\":[" |
"{" |
"\"mode\":\"background\"," |