X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fcrash%2Fapp%2Fcrash_reporter_client.cc;h=cf479b91c5f94a1f69822a1b66b048dc1c7c7de4;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=c3907edeb95ae1c4e73142139c0506000dd4f080;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/crash/app/crash_reporter_client.cc b/src/components/crash/app/crash_reporter_client.cc index c3907ed..cf479b9 100644 --- a/src/components/crash/app/crash_reporter_client.cc +++ b/src/components/crash/app/crash_reporter_client.cc @@ -79,13 +79,17 @@ void CrashReporterClient::RecordCrashDumpAttempt(bool is_real_crash) { #endif #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS) -void CrashReporterClient::GetProductNameAndVersion(std::string* product_name, - std::string* version) { +void CrashReporterClient::GetProductNameAndVersion(const char** product_name, + const char** version) { } base::FilePath CrashReporterClient::GetReporterLogFilename() { return base::FilePath(); } + +bool CrashReporterClient::HandleCrashDump(const char* crashdump_filename) { + return false; +} #endif bool CrashReporterClient::GetCrashDumpLocation(base::FilePath* crash_dir) {