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

Unified Diff: client/crash_report_database.h

Issue 1000263003: Add MinidumpCrashpadInfo::report_id (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | client/crash_report_database_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | client/crash_report_database_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698