Add missing temp_dir arg to override
This commit is contained in:
parent
a0db484510
commit
76abb2e18d
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue