Index: base/debug/activity_analyzer.h |
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h |
index 48efd854a004acdbface4abe3c76895aa1b1193a..95df69fd9b4abad4fb25eef7f8037a0ffb8785a6 100644 |
--- a/base/debug/activity_analyzer.h |
+++ b/base/debug/activity_analyzer.h |
@@ -155,6 +155,9 @@ class BASE_EXPORT GlobalActivityAnalyzer { |
// Gets all log messages stored within. |
std::vector<std::string> GetLogMessages(); |
+ // Gets all the known modules. |
+ std::vector<GlobalActivityTracker::ModuleInfo> GetModules(); |
+ |
// Gets the corresponding "program location" for a given "program counter". |
// This will return {0,0} if no mapping could be found. |
ProgramLocation GetProgramLocationFromAddress(uint64_t address); |