Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap

Issue 2871223002: memory-infra: add ProcessType and expose data in RequestGlobalDump() (Closed)
Patch Set: review comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f75b5a8de6c5bee766d02f32708b9346f427bd2b..7312558955812b5b593e39bcc696c05d122ad5c6 100644
--- a/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
+++ b/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
@@ -19,5 +19,4 @@ type_mappings = [
"memory_instrumentation.mojom.PlatformPrivateFootprint=base::trace_event::ProcessMemoryTotals::PlatformPrivateFootprint",
"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",
]

Powered by Google App Engine
This is Rietveld 408576698