Pass crashes directory instead of product name and temp dir
This commit is contained in:
parent
16e3991ffa
commit
d39182b41a
10 changed files with 58 additions and 77 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue