Use GetUploadsEnabled to return GetShouldUpload
This commit is contained in:
parent
5a1a2616aa
commit
285a36f9de
7 changed files with 31 additions and 7 deletions
|
@ -47,6 +47,10 @@ void CrashReporter::SetShouldUpload(const bool should_upload) {
|
|||
|
||||
}
|
||||
|
||||
bool CrashReporter::GetShouldUpload() {
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<CrashReporter::UploadReportResult>
|
||||
CrashReporter::GetUploadedReports(const base::FilePath& crashes_dir) {
|
||||
std::string file_content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue