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

Unified Diff: base/debug/activity_analyzer.h

Issue 2339193003: A collector for postmortem reports (Closed)
Patch Set: Address nits Created 4 years, 3 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
« no previous file with comments | « no previous file | components/browser_watcher/BUILD.gn » ('j') | components/browser_watcher/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/activity_analyzer.h
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
index 5a080b013ada9945055d779d2dd29c6cd65e369b..14244b7b1fe80384f477f7fbfacdfced7c7b374b 100644
--- a/base/debug/activity_analyzer.h
+++ b/base/debug/activity_analyzer.h
@@ -114,9 +114,9 @@ class BASE_EXPORT GlobalActivityAnalyzer {
const FilePath& file_path);
#endif // !defined(OS_NACL)
- // Iterates over all known analyzers or returns null if there are no more.
- // Ownership stays with the global analyzer object and all existing analyzer
- // pointers are invalidated when GetFirstAnalyzer() is called.
+ // Iterates over all known valid analyzers or returns null if there are no
+ // more. Ownership stays with the global analyzer object and all existing
+ // analyzer pointers are invalidated when GetFirstAnalyzer() is called.
ThreadActivityAnalyzer* GetFirstAnalyzer();
ThreadActivityAnalyzer* GetNextAnalyzer();
« no previous file with comments | « no previous file | components/browser_watcher/BUILD.gn » ('j') | components/browser_watcher/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698