mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision bc084a8b (#530369)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "libcef/common/cef_crash_report_upload_thread.h"
|
||||
|
||||
#include "libcef/common/cef_crash_report_utils.h"
|
||||
#include "third_party/crashpad/crashpad/client/settings.h"
|
||||
|
||||
using namespace crashpad;
|
||||
@@ -159,6 +160,11 @@ void CefCrashReportUploadThread::ProcessPendingReport(
|
||||
}
|
||||
}
|
||||
|
||||
CrashReportUploadThread::ParameterMap
|
||||
CefCrashReportUploadThread::FilterParameters(const ParameterMap& parameters) {
|
||||
return crash_report_utils::FilterParameters(parameters);
|
||||
}
|
||||
|
||||
bool CefCrashReportUploadThread::UploadsEnabled() const {
|
||||
Settings* const settings = database_->GetSettings();
|
||||
bool uploads_enabled;
|
||||
|
Reference in New Issue
Block a user