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

Unified Diff: base/trace_event/memory_dump_request_args.cc

Issue 2777093009: [Memory UMA] Return a memory summary struct with the ack message (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « base/trace_event/memory_dump_request_args.h ('k') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_request_args.cc
diff --git a/base/trace_event/memory_dump_request_args.cc b/base/trace_event/memory_dump_request_args.cc
index f2744007d7e27086101906832b76f2a442a2c67e..0b525d4213e262798d02ab5e525294f8fd447ccf 100644
--- a/base/trace_event/memory_dump_request_args.cc
+++ b/base/trace_event/memory_dump_request_args.cc
@@ -62,6 +62,9 @@ MemoryDumpLevelOfDetail StringToMemoryDumpLevelOfDetail(
MemoryDumpCallbackResult::MemoryDumpCallbackResult() {}
+MemoryDumpCallbackResult::MemoryDumpCallbackResult(
+ const MemoryDumpCallbackResult&) = default;
+
MemoryDumpCallbackResult::~MemoryDumpCallbackResult() {}
} // namespace trace_event
« no previous file with comments | « base/trace_event/memory_dump_request_args.h ('k') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698