| 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 fcf7e6e45c54d8112a269331a3eb2566cf241807..7bb49b68f428f66c9e136463fe19909854c6bcbb 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,7 +5,6 @@
|
| #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 {
|
| @@ -136,8 +135,6 @@
|
| return false;
|
| if (!input.ReadOsDump(&out->os_dump))
|
| return false;
|
| - if (!input.ReadExtraProcessesDump(&out->extra_processes_dump))
|
| - return false;
|
| return true;
|
| }
|
|
|
|
|