| Index: third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| diff --git a/third_party/crashpad/crashpad/client/crash_report_database_win.cc b/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| index c0bc42b888159fa74b504eb77b56c4ce578d08c0..5a7db2d1011230b1affdf869db3521ccb1ee1b2d 100644
|
| --- a/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| +++ b/third_party/crashpad/crashpad/client/crash_report_database_win.cc
|
| @@ -30,6 +30,7 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "client/settings.h"
|
| #include "util/misc/initialization_state_dcheck.h"
|
| +#include "util/misc/metrics.h"
|
|
|
| namespace crashpad {
|
|
|
| @@ -677,6 +678,9 @@ OperationStatus CrashReportDatabaseWin::FinishedWritingCrashReport(
|
| time(nullptr),
|
| ReportState::kPending));
|
| *uuid = scoped_report->uuid;
|
| +
|
| + Metrics::CrashReportSize(handle.get());
|
| +
|
| return kNoError;
|
| }
|
|
|
|
|