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..fd9c34331cbf3abd10507c305d3a1aa4b61862f9 100644 |
--- a/chrome/installer/setup/installer_crash_reporter_client.cc |
+++ b/chrome/installer/setup/installer_crash_reporter_client.cc |
@@ -95,10 +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. |
} |