Index: client/crash_report_database.h |
diff --git a/client/crash_report_database.h b/client/crash_report_database.h |
index cb667dbeda462a024214d300f67555cfa2a3c948..9d135c154dc7e08f99ec1089065f44933d508e16 100644 |
--- a/client/crash_report_database.h |
+++ b/client/crash_report_database.h |
@@ -98,6 +98,10 @@ class CrashReportDatabase { |
//! The file handle to which the report should be written. |
FileHandle handle; |
+ //! A unique identifier by which this report will always be known to the |
+ //! database. |
+ UUID uuid; |
+ |
//! The path to the crash report being written. |
base::FilePath path; |
}; |