| Index: components/tracing/tracing_messages.h
|
| diff --git a/components/tracing/tracing_messages.h b/components/tracing/tracing_messages.h
|
| index 7750879aa483455c02a53a5eb5d6c28a0e832418..7b2444222931775edcf7e2c2e0701dd0d025e310 100644
|
| --- a/components/tracing/tracing_messages.h
|
| +++ b/components/tracing/tracing_messages.h
|
| @@ -26,8 +26,17 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(base::trace_event::MemoryDumpRequestArgs)
|
| IPC_STRUCT_TRAITS_MEMBER(dump_guid)
|
| IPC_STRUCT_TRAITS_MEMBER(dump_type)
|
| +IPC_STRUCT_TRAITS_MEMBER(dump_args)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(base::trace_event::MemoryDumpArgs)
|
| + IPC_STRUCT_TRAITS_MEMBER(level_of_detail)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| +IPC_ENUM_TRAITS_MAX_VALUE(
|
| + base::trace_event::MemoryDumpArgs::LevelOfDetail,
|
| + base::trace_event::MemoryDumpArgs::LevelOfDetail::LAST)
|
| +
|
| IPC_ENUM_TRAITS_MAX_VALUE(
|
| base::trace_event::MemoryDumpType,
|
| static_cast<int>(base::trace_event::MemoryDumpType::LAST))
|
|
|