Pass crashes directory instead of product name and temp dir

This commit is contained in:
Kevin Sawicki 2016-10-06 10:39:57 -07:00
parent 16e3991ffa
commit d39182b41a
10 changed files with 58 additions and 77 deletions

View file

@ -40,8 +40,6 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
base::Bind(&CrashReporter::Start, report));
dict.SetMethod("_getUploadedReports",
base::Bind(&CrashReporter::GetUploadedReports, report));
dict.SetMethod("_getCrashesDirectory",
base::Bind(&CrashReporter::GetCrashesDirectory, report));
}
} // namespace