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

Unified Diff: chrome/installer/setup/installer_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 | « chrome/installer/setup/installer_crash_reporter_client.h ('k') | components/browser_watcher.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/installer_crash_reporter_client.cc
diff --git a/chrome/installer/setup/installer_crash_reporter_client.cc b/chrome/installer/setup/installer_crash_reporter_client.cc
index fa1ac1f02702bc93583e9e15fc3cae886c29ad24..127b90897d053f6908282c3483a723e352ff3a1b 100644
--- a/chrome/installer/setup/installer_crash_reporter_client.cc
+++ b/chrome/installer/setup/installer_crash_reporter_client.cc
@@ -95,20 +95,6 @@ int InstallerCrashReporterClient::GetResultCodeRespawnFailed() {
return 0;
}
-void InstallerCrashReporterClient::InitBrowserCrashDumpsRegKey() {
- // The installer does not track dump attempts and results in the registry.
-}
-
-void InstallerCrashReporterClient::RecordCrashDumpAttempt(bool is_real_crash) {
- // The installer does not track dump attempts and results in the registry.
-}
-
-void InstallerCrashReporterClient::RecordCrashDumpAttemptResult(
- bool is_real_crash,
- bool succeeded) {
- // The installer does not track dump attempts and results in the registry.
-}
-
bool InstallerCrashReporterClient::GetCrashDumpLocation(
base::FilePath* crash_dir) {
return PathService::Get(chrome::DIR_CRASH_DUMPS, crash_dir);
« no previous file with comments | « chrome/installer/setup/installer_crash_reporter_client.h ('k') | components/browser_watcher.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698