shouldUpload --> uploadToServer
This commit is contained in:
parent
a7dedb3a13
commit
2bf6f28152
11 changed files with 41 additions and 41 deletions
|
@ -40,10 +40,10 @@ 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("_setShouldUpload",
|
||||
base::Bind(&CrashReporter::SetShouldUpload, report));
|
||||
dict.SetMethod("_getShouldUpload",
|
||||
base::Bind(&CrashReporter::GetShouldUpload, report));
|
||||
dict.SetMethod("_setUploadToServer",
|
||||
base::Bind(&CrashReporter::SetUploadToServer, report));
|
||||
dict.SetMethod("_getUploadToServer",
|
||||
base::Bind(&CrashReporter::GetUploadToServer, report));
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue