mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
Add missing temp_dir arg to override
This commit is contained in:
@@ -31,6 +31,7 @@ class CrashReporterLinux : public CrashReporter {
|
||||
const std::string& version,
|
||||
const std::string& company_name,
|
||||
const std::string& submit_url,
|
||||
const std::string& temp_dir,
|
||||
bool auto_submit,
|
||||
bool skip_system_crash_handler) override;
|
||||
void SetUploadParameters() override;
|
||||
|
||||
@@ -27,6 +27,7 @@ class CrashReporterWin : public CrashReporter {
|
||||
const std::string& version,
|
||||
const std::string& company_name,
|
||||
const std::string& submit_url,
|
||||
const std::string& temp_dir
|
||||
bool auto_submit,
|
||||
bool skip_system_crash_handler) override;
|
||||
void SetUploadParameters() override;
|
||||
|
||||
Reference in New Issue
Block a user