| Index: services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| diff --git a/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc b/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| index 7bb49b68f428f66c9e136463fe19909854c6bcbb..fcf7e6e45c54d8112a269331a3eb2566cf241807 100644
|
| --- a/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| +++ b/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc
|
| @@ -5,6 +5,7 @@
|
| #include "services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h"
|
|
|
| #include "base/trace_event/memory_dump_request_args.h"
|
| +#include "mojo/common/common_custom_types_struct_traits.h"
|
| #include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
|
|
|
| namespace mojo {
|
| @@ -135,6 +136,8 @@ bool StructTraits<
|
| return false;
|
| if (!input.ReadOsDump(&out->os_dump))
|
| return false;
|
| + if (!input.ReadExtraProcessesDump(&out->extra_processes_dump))
|
| + return false;
|
| return true;
|
| }
|
|
|
|
|