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

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

Issue 1922473003: Scrub the vestigal breakpad crash dump attempts metrics code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the installer's override of a removed method. 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
Index: components/crash/content/app/crash_reporter_client.h
diff --git a/components/crash/content/app/crash_reporter_client.h b/components/crash/content/app/crash_reporter_client.h
index 6eaee7bdd1a6f0e35c6023b5679dce36853e157a..aad9f3885f2503a059ebdfe0abbbf61266ff0c78 100644
--- a/components/crash/content/app/crash_reporter_client.h
+++ b/components/crash/content/app/crash_reporter_client.h
@@ -101,9 +101,6 @@ class CrashReporterClient {
// crashed process.
virtual int GetResultCodeRespawnFailed();
- // Invoked when initializing the crash reporter in the browser process.
- virtual void InitBrowserCrashDumpsRegKey();
-
// Invoked before attempting to write a minidump.
virtual void RecordCrashDumpAttempt(bool is_real_crash);

Powered by Google App Engine
This is Rietveld 408576698