| 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.
|
|
|