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

Unified Diff: components/browser_watcher/postmortem_report_extractor.h

Issue 2767193002: Postmortem report collection: validate internal state (Closed)
Patch Set: Created 3 years, 9 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_extractor.h
diff --git a/components/browser_watcher/postmortem_report_extractor.h b/components/browser_watcher/postmortem_report_extractor.h
index bc7186b191a5c888d6e7c82f8780061c66eda80f..3993c509e343944960350bbf93ccb78f0efe497c 100644
--- a/components/browser_watcher/postmortem_report_extractor.h
+++ b/components/browser_watcher/postmortem_report_extractor.h
@@ -22,7 +22,10 @@ enum CollectionStatus {
WRITE_TO_MINIDUMP_FAILED = 5,
DEBUG_FILE_DELETION_FAILED = 6,
FINISHED_WRITING_CRASH_REPORT_FAILED = 7,
- COLLECTION_STATUS_MAX = 8
+ ALLOCATOR_CORRUPT = 8,
+ ALLOCATOR_UNINITIALIZED = 9,
+ ALLOCATOR_DELETED = 10,
+ COLLECTION_STATUS_MAX = 11
};
// Extracts a stability report from a stability file.

Powered by Google App Engine
This is Rietveld 408576698