Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / crash / app / crash_reporter_client.cc
index c3907ed..cf479b9 100644 (file)
@@ -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) {