| Index: base/trace_event/malloc_dump_provider.h
|
| diff --git a/base/trace_event/malloc_dump_provider.h b/base/trace_event/malloc_dump_provider.h
|
| index 384033c9b82abc55125405e9a29ede7aa9597c08..c2e7a65d7b7662efb27860169a96f28eb22a9be5 100644
|
| --- a/base/trace_event/malloc_dump_provider.h
|
| +++ b/base/trace_event/malloc_dump_provider.h
|
| @@ -41,7 +41,7 @@ class BASE_EXPORT MallocDumpProvider : public MemoryDumpProvider {
|
| void OnHeapProfilingEnabled(bool enabled) override;
|
|
|
| // For heap profiling.
|
| - void InsertAllocation(void* address, size_t size);
|
| + void InsertAllocation(void* address, size_t size, const char* tag = nullptr);
|
| void RemoveAllocation(void* address);
|
|
|
| private:
|
|
|