| Index: base/trace_event/trace_config.h
|
| diff --git a/base/trace_event/trace_config.h b/base/trace_event/trace_config.h
|
| index 214d0781a94b23f483a05d3e1b654fa419dea7e9..717c2613169d3a60436df3794d3b546f5824e8b6 100644
|
| --- a/base/trace_event/trace_config.h
|
| +++ b/base/trace_event/trace_config.h
|
| @@ -53,8 +53,9 @@ class BASE_EXPORT TraceConfig {
|
|
|
| // Specifies the triggers in the memory dump config.
|
| struct Trigger {
|
| - uint32_t periodic_interval_ms;
|
| + uint32_t min_time_between_dumps_ms;
|
| MemoryDumpLevelOfDetail level_of_detail;
|
| + MemoryDumpType trigger_type;
|
| };
|
|
|
| // Specifies the configuration options for the heap profiler.
|
|
|