diff --git a/atom/common/crash_reporter/crash_reporter_linux.h b/atom/common/crash_reporter/crash_reporter_linux.h index a8f1a68ac6..f87ae8c6a9 100644 --- a/atom/common/crash_reporter/crash_reporter_linux.h +++ b/atom/common/crash_reporter/crash_reporter_linux.h @@ -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; diff --git a/atom/common/crash_reporter/crash_reporter_win.h b/atom/common/crash_reporter/crash_reporter_win.h index 806c3de317..a2265aaaa1 100644 --- a/atom/common/crash_reporter/crash_reporter_win.h +++ b/atom/common/crash_reporter/crash_reporter_win.h @@ -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;