Index: base/trace_event/memory_dump_manager.h |
diff --git a/base/trace_event/memory_dump_manager.h b/base/trace_event/memory_dump_manager.h |
index eaa4abaad9afc5aa7f272d2f47c132f48fc05290..b7130795ff7140f353d5e0f0d04fdd6e194fe287 100644 |
--- a/base/trace_event/memory_dump_manager.h |
+++ b/base/trace_event/memory_dump_manager.h |
@@ -238,6 +238,9 @@ class BASE_EXPORT MemoryDumpManager : public TraceLog::EnabledStateObserver { |
// Callback passed to the initial call to CreateProcessDump(). |
MemoryDumpCallback callback; |
+ // The |success| field that will be passed as argument to the |callback|. |
+ bool dump_successful; |
+ |
// The thread on which FinalizeDumpAndAddToTrace() (and hence |callback|) |
// should be invoked. This is the thread on which the initial |
// CreateProcessDump() request was called. |