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

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

Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Greg's comments. Created 4 years, 8 months 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/content/app/crash_reporter_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/crash_reporter_client.cc
diff --git a/components/crash/content/app/crash_reporter_client.cc b/components/crash/content/app/crash_reporter_client.cc
index a77713a4ea36c52020a5fb7f031b4a24dbec557f..efbd8103e654eac24b624544b980f6df1c3f84d5 100644
--- a/components/crash/content/app/crash_reporter_client.cc
+++ b/components/crash/content/app/crash_reporter_client.cc
@@ -77,16 +77,6 @@ bool CrashReporterClient::GetShouldDumpLargerDumps(bool is_per_user_install) {
int CrashReporterClient::GetResultCodeRespawnFailed() {
return 0;
}
-
-void CrashReporterClient::InitBrowserCrashDumpsRegKey() {
-}
-
-void CrashReporterClient::RecordCrashDumpAttempt(bool is_real_crash) {
-}
-
-void CrashReporterClient::RecordCrashDumpAttemptResult(bool is_real_crash,
- bool succeeded) {
-}
#endif
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « components/crash/content/app/crash_reporter_client.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698