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

Unified Diff: content/common/discardable_shared_memory_heap.h

Issue 1308213005: Fix the size dumped by child discardable manager for tracing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@discardable
Patch Set: Change to block size. Created 5 years, 4 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/common/discardable_shared_memory_heap.h
diff --git a/content/common/discardable_shared_memory_heap.h b/content/common/discardable_shared_memory_heap.h
index 5e482a6e7f4402b1651b624b6eb16e2820b91a5f..100b03f169611388e16d601276913d119cca3f64 100644
--- a/content/common/discardable_shared_memory_heap.h
+++ b/content/common/discardable_shared_memory_heap.h
@@ -118,6 +118,7 @@ class CONTENT_EXPORT DiscardableSharedMemoryHeap {
base::trace_event::MemoryAllocatorDump* CreateMemoryAllocatorDump(
Span* span,
+ size_t block_size,
reveman 2015/08/26 16:04:59 Maybe remove |span| and |block_size| args and just
const char* name,
base::trace_event::ProcessMemoryDump* pmd) const;
« no previous file with comments | « no previous file | content/common/discardable_shared_memory_heap.cc » ('j') | content/common/discardable_shared_memory_heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698