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

Unified Diff: base/debug/activity_analyzer.h

Issue 2128683002: Collect unclean shutdown debug information (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracker
Patch Set: Add CrashpadInfo to minidump Created 4 years, 4 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
Index: base/debug/activity_analyzer.h
diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
index 1ee1ab7966543e2e2e91687beffc6f7b685582ef..5333de29166ed2d039c82f35b63b89d65e518ce2 100644
--- a/base/debug/activity_analyzer.h
+++ b/base/debug/activity_analyzer.h
@@ -113,7 +113,7 @@ class BASE_EXPORT GlobalActivityAnalyzer {
#if !defined(OS_NACL)
// Creates a global analyzer using the contents of a file given in
// |file_path|.
- std::unique_ptr<GlobalActivityAnalyzer> CreateWithFile(
+ static std::unique_ptr<GlobalActivityAnalyzer> CreateWithFile(
const FilePath& file_path);
#endif // !defined(OS_NACL)
« no previous file with comments | « no previous file | base/debug/activity_analyzer.cc » ('j') | components/browser_watcher/postmortem_minidump_writer_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698