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 a7c9a3ac41df2d14116f56a7aa99842bbf1af01f..7a9eda223fd868bd89e74f965c8f29b4536ab0b0 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\"," |