This commit is contained in:
Cheng Zhao 2015-09-28 16:45:53 +08:00
Родитель 3afc9c4ebe
Коммит df7a9b80b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,7 +64,6 @@ CrashReporter::GetUploadedReports(const std::string& path) {
return result;
}
#if defined(OS_MACOSX) && defined(MAS_BUILD)
void CrashReporter::InitBreakpad(const std::string& product_name,
const std::string& version,
const std::string& company_name,
@ -76,6 +75,7 @@ void CrashReporter::InitBreakpad(const std::string& product_name,
void CrashReporter::SetUploadParameters() {
}
#if defined(OS_MACOSX) && defined(MAS_BUILD)
// static
CrashReporter* CrashReporter::GetInstance() {
static CrashReporter crash_reporter;