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

Unified Diff: content/child/web_process_memory_dump_impl.cc

Issue 1642023007: Refactoring: Move functions from WebMemoryDumpProviderAdapter to PartitionAllocMemoryDumpProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: content/child/web_process_memory_dump_impl.cc
diff --git a/content/child/web_process_memory_dump_impl.cc b/content/child/web_process_memory_dump_impl.cc
index c8c3ca786174a6be97704da78111e2947c76d8e4..768ca05dcb7f51892dd331ee4eebcd5d85dd9008 100644
--- a/content/child/web_process_memory_dump_impl.cc
+++ b/content/child/web_process_memory_dump_impl.cc
@@ -162,4 +162,9 @@ WebProcessMemoryDumpImpl::CreateDiscardableMemoryAllocatorDump(
return createWebMemoryAllocatorDump(dump);
}
+base::trace_event::ProcessMemoryDump*
+WebProcessMemoryDumpImpl::getProcessMemoryDump() {
+ return process_memory_dump_;
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698