Index: third_party/crashpad/crashpad/client/crash_report_database.h |
diff --git a/third_party/crashpad/crashpad/client/crash_report_database.h b/third_party/crashpad/crashpad/client/crash_report_database.h |
index 3768cb2335d8d4b151cd1a7493ec964d0041425f..6211789923c67e696147d1eb537ecabdfd0e5f74 100644 |
--- a/third_party/crashpad/crashpad/client/crash_report_database.h |
+++ b/third_party/crashpad/crashpad/client/crash_report_database.h |
@@ -144,6 +144,11 @@ class CrashReportDatabase { |
kNoError = 0, |
//! \brief The report that was requested could not be located. |
+ //! |
+ //! This may occur when the report is present in the database but not in a |
+ //! state appropriate for the requested operation, for example, if |
+ //! GetReportForUploading() is called to obtain report that’s already in the |
+ //! completed state. |
kReportNotFound, |
//! \brief An error occured while performing a file operation on a crash |