From 76abb2e18dcc6fa65990ea7a517a541257628131 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 5 Oct 2016 15:29:36 -0700 Subject: [PATCH] Add missing temp_dir arg to override --- atom/common/crash_reporter/crash_reporter_linux.h | 1 + atom/common/crash_reporter/crash_reporter_win.h | 1 + 2 files changed, 2 insertions(+) diff --git a/atom/common/crash_reporter/crash_reporter_linux.h b/atom/common/crash_reporter/crash_reporter_linux.h index a8f1a68..f87ae8c 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 806c3de..a2265aa 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; -- 2.7.4