Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1750)

Unified Diff: components/crash/app/crash_reporter_client.cc

Issue 692093005: Crash component: adds API for clients to handle the crash minidump. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: context warning doc Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/crash/app/crash_reporter_client.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/app/crash_reporter_client.cc
diff --git a/components/crash/app/crash_reporter_client.cc b/components/crash/app/crash_reporter_client.cc
index 4f9fd92b15189ae74eb84c150cfc1dd529f09832..cf479b91c5f94a1f69822a1b66b048dc1c7c7de4 100644
--- a/components/crash/app/crash_reporter_client.cc
+++ b/components/crash/app/crash_reporter_client.cc
@@ -86,6 +86,10 @@ void CrashReporterClient::GetProductNameAndVersion(const char** product_name,
base::FilePath CrashReporterClient::GetReporterLogFilename() {
return base::FilePath();
}
+
+bool CrashReporterClient::HandleCrashDump(const char* crashdump_filename) {
+ return false;
+}
#endif
bool CrashReporterClient::GetCrashDumpLocation(base::FilePath* crash_dir) {
« no previous file with comments | « components/crash/app/crash_reporter_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698