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

Unified Diff: base/trace_event/heap_profiler_heap_dump_writer.h

Issue 2861133002: memory-infra: Move dump level check to observer and rename session state (Closed)
Patch Set: move comment Created 3 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/heap_profiler_heap_dump_writer.h
diff --git a/base/trace_event/heap_profiler_heap_dump_writer.h b/base/trace_event/heap_profiler_heap_dump_writer.h
index 84639062602fde226ce22db4d9c1dfa308d4fa77..3366c286f521ac4d9e7666cc22f8f9acd154a774 100644
--- a/base/trace_event/heap_profiler_heap_dump_writer.h
+++ b/base/trace_event/heap_profiler_heap_dump_writer.h
@@ -18,7 +18,7 @@
namespace base {
namespace trace_event {
-class MemoryDumpSessionState;
+class HeapProfilerSerializationState;
class StackFrameDeduplicator;
class TracedValue;
class TypeNameDeduplicator;
@@ -30,7 +30,7 @@ class TypeNameDeduplicator;
BASE_EXPORT std::unique_ptr<TracedValue> ExportHeapDump(
const std::unordered_map<AllocationContext, AllocationMetrics>&
metrics_by_context,
- const MemoryDumpSessionState& session_state);
+ const HeapProfilerSerializationState& heap_profiler_serialization_state);
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698