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

Unified Diff: components/browser_watcher/postmortem_report_collector.h

Issue 2883103002: Quantify instability according to the stability instrumentation (Closed)
Patch Set: final nit Created 3 years, 7 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/postmortem_report_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/postmortem_report_collector.h
diff --git a/components/browser_watcher/postmortem_report_collector.h b/components/browser_watcher/postmortem_report_collector.h
index 08e4b9ba17d9d441cc56ab966084b55963c0fcf6..01871812eded07ee2d1ecf769721d0cdedd0850f 100644
--- a/components/browser_watcher/postmortem_report_collector.h
+++ b/components/browser_watcher/postmortem_report_collector.h
@@ -87,10 +87,12 @@ class PostmortemReportCollector {
const base::FilePath::StringType& debug_file_pattern,
const std::set<base::FilePath>& excluded_debug_files);
- CollectionStatus CollectAndSubmitOneReport(
- const crashpad::UUID& client_id,
- const base::FilePath& file,
- crashpad::CrashReportDatabase* report_database);
+ // Collects a stability file, generates a report and registers it with the
+ // database. Returns true on success. False otherwise.
+ bool CollectAndSubmitOneReport(const crashpad::UUID& client_id,
+ const base::FilePath& file,
+ crashpad::CrashReportDatabase* report_database,
+ bool* system_unclean);
virtual CollectionStatus CollectOneReport(
const base::FilePath& stability_file,
« no previous file with comments | « no previous file | components/browser_watcher/postmortem_report_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698