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

Unified Diff: base/trace_event/memory_dump_provider.h

Issue 1997153002: libchrome: Several upstreamable fixes from libchrome Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 years, 7 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: base/trace_event/memory_dump_provider.h
diff --git a/base/trace_event/memory_dump_provider.h b/base/trace_event/memory_dump_provider.h
index 79ab7934866a5bce8b7a26cf95fb962325b0920d..f4db01a363e3ef586766661f95d8e5c009556d74 100644
--- a/base/trace_event/memory_dump_provider.h
+++ b/base/trace_event/memory_dump_provider.h
@@ -56,7 +56,7 @@ 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 enabled) {}
+ virtual void OnHeapProfilingEnabled(bool) {}
protected:
MemoryDumpProvider() {}

Powered by Google App Engine
This is Rietveld 408576698