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

Unified Diff: components/browser_watcher/postmortem_report_collector.h

Issue 2685053003: Switch stability reports to use the crashed version's details (Closed)
Patch Set: Merge Created 3 years, 10 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 8d26698aa0dd734cbf415fcb424c50cd2a4afbdd..4dd768d35063bbc6687e022cc5d4c4bf10d318bf 100644
--- a/components/browser_watcher/postmortem_report_collector.h
+++ b/components/browser_watcher/postmortem_report_collector.h
@@ -101,7 +101,7 @@ class PostmortemReportCollector {
const base::debug::ThreadActivityAnalyzer::Snapshot& snapshot,
ThreadState* thread_state);
- virtual bool WriteReportToMinidump(const StabilityReport& report,
+ virtual bool WriteReportToMinidump(StabilityReport* report,
const crashpad::UUID& client_id,
const crashpad::UUID& report_id,
base::PlatformFile minidump_file);

Powered by Google App Engine
This is Rietveld 408576698