Index: base/trace_event/trace_config.h |
diff --git a/base/trace_event/trace_config.h b/base/trace_event/trace_config.h |
index 44cf16df878a05ac02edb08e25d7a70c5dca1b66..a7c82b572ccebac081d37c0ff78127d0234741aa 100644 |
--- a/base/trace_event/trace_config.h |
+++ b/base/trace_event/trace_config.h |
@@ -161,6 +161,8 @@ class BASE_EXPORT TraceConfig { |
void Clear(); |
+ bool IsDetailedMemoryDumpEnabled() const; |
+ |
const MemoryDumpConfig& memory_dump_config() const { |
return memory_dump_config_; |
} |