| Index: services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| diff --git a/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap b/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| index 7dd28cf88272181de8e0f620b9885fe8b60ee7f5..32a2e41d6405969ac363fff212eec7244864f920 100644
|
| --- a/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| +++ b/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| @@ -13,4 +13,7 @@ type_mappings = [
|
| "memory_instrumentation.mojom.DumpType=base::trace_event::MemoryDumpType",
|
| "memory_instrumentation.mojom.LevelOfDetail=base::trace_event::MemoryDumpLevelOfDetail",
|
| "memory_instrumentation.mojom.RequestArgs=base::trace_event::MemoryDumpRequestArgs",
|
| + "memory_instrumentation.mojom.ChromeMemDump=base::trace_event::MemoryDumpCallbackResult::ChromeMemDump",
|
| + "memory_instrumentation.mojom.OSMemDump=base::trace_event::MemoryDumpCallbackResult::OSMemDump",
|
| + "memory_instrumentation.mojom.MemoryDumpCallbackResult=base::trace_event::MemoryDumpCallbackResult",
|
| ]
|
|
|