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

Unified Diff: components/browser_watcher/postmortem_report_collector.h

Issue 2883103002: Quantify instability according to the stability instrumentation (Closed)
Patch Set: address Siggi's comments 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
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..8e26ec91b1e96621371226da2f1bda5e336163fa 100644
--- a/components/browser_watcher/postmortem_report_collector.h
+++ b/components/browser_watcher/postmortem_report_collector.h
@@ -90,7 +90,8 @@ class PostmortemReportCollector {
CollectionStatus CollectAndSubmitOneReport(
const crashpad::UUID& client_id,
const base::FilePath& file,
- crashpad::CrashReportDatabase* report_database);
+ crashpad::CrashReportDatabase* report_database,
Sigurður Ásgeirsson 2017/05/18 12:45:03 A single session can only contribute a single coun
manzagop (departed) 2017/05/18 14:52:12 Done.
+ int* unclean_system_cnt);
virtual CollectionStatus CollectOneReport(
const base::FilePath& stability_file,

Powered by Google App Engine
This is Rietveld 408576698