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

Unified Diff: third_party/crashpad/crashpad/client/crash_report_database.h

Issue 2825103002: Update Crashpad to b8aaa22905308cc400f880006a84dddac834bd6b (Closed)
Patch Set: Created 3 years, 8 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: 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
« no previous file with comments | « third_party/crashpad/crashpad/DEPS ('k') | third_party/crashpad/crashpad/client/crash_report_database_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698