Index: base/trace_event/trace_log.cc |
diff --git a/base/trace_event/trace_log.cc b/base/trace_event/trace_log.cc |
index cc40ba98eb31f5c0b5e370bacbf8ca5b232a15dd..32eb6597d9de627ff7f07f2218a81cf7758403d5 100644 |
--- a/base/trace_event/trace_log.cc |
+++ b/base/trace_event/trace_log.cc |
@@ -308,8 +308,9 @@ void TraceLog::ThreadLocalEventBuffer::WillDestroyCurrentMessageLoop() { |
delete this; |
} |
-bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump(const MemoryDumpArgs& args, |
- ProcessMemoryDump* pmd) { |
+bool TraceLog::ThreadLocalEventBuffer::OnMemoryDump( |
+ const MemoryDumpArgs& /* args */, |
+ ProcessMemoryDump* pmd) { |
if (!chunk_) |
return true; |
std::string dump_base_name = StringPrintf( |
@@ -414,7 +415,7 @@ void TraceLog::InitializeThreadLocalEventBufferIfSupported() { |
} |
} |
-bool TraceLog::OnMemoryDump(const MemoryDumpArgs& args, |
+bool TraceLog::OnMemoryDump(const MemoryDumpArgs& /* args */, |
ProcessMemoryDump* pmd) { |
// TODO(ssid): Use MemoryDumpArgs to create light dumps when requested |
// (crbug.com/499731). |