summaryrefslogtreecommitdiff
path: root/base/trace_event/memory_dump_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/trace_event/memory_dump_provider.h')
-rw-r--r--base/trace_event/memory_dump_provider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/trace_event/memory_dump_provider.h b/base/trace_event/memory_dump_provider.h
index 76c2969e96..244319efa7 100644
--- a/base/trace_event/memory_dump_provider.h
+++ b/base/trace_event/memory_dump_provider.h
@@ -56,14 +56,14 @@ class BASE_EXPORT MemoryDumpProvider {
// Called by the MemoryDumpManager when an allocator should start or stop
// collecting extensive allocation data, if supported.
- virtual void OnHeapProfilingEnabled(bool) {}
+ virtual void OnHeapProfilingEnabled(bool enabled) {}
// Quickly record the total memory usage in |memory_total|. This method will
// be called only when the dump provider registration has
// |is_fast_polling_supported| set to true. This method is used for polling at
// high frequency for detecting peaks. See comment on
// |is_fast_polling_supported| option if you need to override this method.
- virtual void PollFastMemoryTotal(uint64_t* /* memory_total */) {}
+ virtual void PollFastMemoryTotal(uint64_t* memory_total) {}
// Indicates that fast memory polling is not going to be used in the near
// future and the MDP can tear down any resource kept around for fast memory