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

Unified Diff: third_party/crashpad/crashpad/client/prune_crash_reports_test.cc

Issue 2293113002: Update Crashpad to b35ee1fca18956f3c27ba124d6dc456a723c7670 (Closed)
Patch Set: Created 4 years, 4 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/prune_crash_reports_test.cc
diff --git a/third_party/crashpad/crashpad/client/prune_crash_reports_test.cc b/third_party/crashpad/crashpad/client/prune_crash_reports_test.cc
index bb9ea8e2b0b2e6296eb0b3c1bbd78beadd278041..4e7c3da53ab683b1fb1be7e26b1d4dfbb6aec21a 100644
--- a/third_party/crashpad/crashpad/client/prune_crash_reports_test.cc
+++ b/third_party/crashpad/crashpad/client/prune_crash_reports_test.cc
@@ -46,6 +46,7 @@ class MockDatabase : public CrashReportDatabase {
OperationStatus(const Report*, bool, const std::string&));
MOCK_METHOD1(SkipReportUpload, OperationStatus(const UUID&));
MOCK_METHOD1(DeleteReport, OperationStatus(const UUID&));
+ MOCK_METHOD1(RequestUpload, OperationStatus(const UUID&));
};
time_t NDaysAgo(int num_days) {

Powered by Google App Engine
This is Rietveld 408576698