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

Unified Diff: components/browser_watcher/postmortem_report_collector_unittest.cc

Issue 2372593004: Update Crashpad to ac6c01b5752ecb1aa1da0ea613740cf6825bb72e (Closed)
Patch Set: . Created 4 years, 3 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 | third_party/crashpad/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/postmortem_report_collector_unittest.cc
diff --git a/components/browser_watcher/postmortem_report_collector_unittest.cc b/components/browser_watcher/postmortem_report_collector_unittest.cc
index c717e10c5875f4b5089d256885a3de7a1b703da3..e48b6b8ea3dfa6340499e7b962a37d47d068d4dd 100644
--- a/components/browser_watcher/postmortem_report_collector_unittest.cc
+++ b/components/browser_watcher/postmortem_report_collector_unittest.cc
@@ -78,8 +78,10 @@ class MockCrashReportDatabase : public CrashReportDatabase {
CrashReportDatabase::OperationStatus(const Report* report,
bool successful,
const std::string& id));
- MOCK_METHOD1(SkipReportUpload,
- CrashReportDatabase::OperationStatus(const UUID& uuid));
+ MOCK_METHOD2(SkipReportUpload,
+ CrashReportDatabase::OperationStatus(
+ const UUID& uuid,
+ crashpad::Metrics::CrashSkippedReason reason));
MOCK_METHOD1(DeleteReport,
CrashReportDatabase::OperationStatus(const UUID& uuid));
MOCK_METHOD1(RequestUpload,
« no previous file with comments | « no previous file | third_party/crashpad/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698