| Index: base/trace_event/trace_config.h
|
| diff --git a/base/trace_event/trace_config.h b/base/trace_event/trace_config.h
|
| index c10ed47f5be0fc6389921b6bab35e4349dd2e6ec..0dc874124dc3336e4bdf99f4df28a2332d3a1f73 100644
|
| --- a/base/trace_event/trace_config.h
|
| +++ b/base/trace_event/trace_config.h
|
| @@ -51,8 +51,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.
|
|
|