This commit is contained in:
Kevin Sawicki 2017-05-08 13:43:13 -07:00
parent e1d564da6e
commit 3dee76a6c1
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#include "native_mate/wrappable.h"
#include "atom/common/node_includes.h"
#include "atom_natives.h" // NOLINT: This file is generated with coffee2c.
#include "atom_natives.h" // NOLINT: This file is generated with js2c.
namespace {

View file

@ -45,7 +45,7 @@ void CrashReporterMac::InitBreakpad(const std::string& product_name,
std::vector<std::string> args = {
"--no-rate-limit",
"--no-upload-gzip", // no all servers accept gzip
"--no-upload-gzip", // not all servers accept gzip
};
crashpad::CrashpadClient crashpad_client;