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

Unified Diff: client/crash_report_database.h

Issue 995853003: CrashReportDatabse: set the last upload attempt time from RecordUploadAttempt() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows 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 a7e2c2000623238680a0c4840f3ee58666b70bb4..db90886b54f9ed2e623343cb491942c17d4f8c70 100644
--- a/client/crash_report_database.h
+++ b/client/crash_report_database.h
@@ -119,12 +119,13 @@ class CrashReportDatabase {
//! will be logged.
kFileSystemError,
- //! \brief An error occured while recording metadata for a crash report.
+ //! \brief An error occured while recording metadata for a crash report or
+ //! database-wide settings.
//!
//! A database is responsible for managing both the metadata about a report
//! and the actual crash report itself. This error is returned when an
- //! error occurred when managing the metadata about a crash report.
- //! Additional information will be logged.
+ //! error occurred when managing the metadata about a crash report or
+ //! database-wide settings. Additional information will be logged.
kDatabaseError,
//! \brief The operation could not be completed because a concurrent
@@ -234,7 +235,8 @@ class CrashReportDatabase {
const Report** report) = 0;
//! \brief Adjusts a crash report record’s metadata to account for an upload
- //! attempt.
+ //! attempt, and updates the last upload attempt time as returned by
+ //! Settings::GetLastUploadAttemptTime().
//!
//! After calling this method, the database is permitted to move and rename
//! the file at Report::file_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