| 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 fd2226ae6c7e7b69db119b56cce22f52512f5807..4b83f685a7236af627f9f842e23d7a14e36f349c 100644
|
| --- a/base/trace_event/memory_dump_manager.h
|
| +++ b/base/trace_event/memory_dump_manager.h
|
| @@ -40,6 +40,7 @@ class MemoryDumpSessionState;
|
| class BASE_EXPORT MemoryDumpManager : public TraceLog::EnabledStateObserver {
|
| public:
|
| static const char* const kTraceCategory;
|
| + static const char* const kLogPrefix;
|
|
|
| // This value is returned as the tracing id of the child processes by
|
| // GetTracingProcessId() when tracing is not enabled.
|
|
|