Add crashReporter property to process

This commit is contained in:
Ramya Achutha Rao 2016-12-09 01:44:12 -08:00 committed by Kevin Sawicki
parent d4b44d8b69
commit 1f07cf2545
4 changed files with 22 additions and 19 deletions

View file

@ -32,10 +32,10 @@ class AtomBindings {
static void Log(const base::string16& message);
static void Crash();
static void StartCrashReporter(
const std::string& productName,
const std::string& companyName,
const std::string& submitUrl,
const std::string& tmpPath,
const std::string& product_name,
const std::string& company_name,
const std::string& submit_url,
const std::string& tmp_path,
const std::map<std::string, std::string>& extra_parameters);
private: