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

Unified Diff: components/crash/content/app/breakpad_win.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: 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/breakpad_win.cc
diff --git a/components/crash/content/app/breakpad_win.cc b/components/crash/content/app/breakpad_win.cc
index 9f158ff674f169be0aea2da126e4d001cff3b0a1..0be8ff3e2efc974494671edf6b2393501d5b97dc 100644
--- a/components/crash/content/app/breakpad_win.cc
+++ b/components/crash/content/app/breakpad_win.cc
@@ -581,9 +581,6 @@ void InitCrashReporter(const std::string& process_type_switch) {
if (GetCrashReporterClient()->ShouldCreatePipeName(process_type))
InitPipeNameEnvVar(is_per_user_install);
- if (process_type == L"browser")
- GetCrashReporterClient()->InitBrowserCrashDumpsRegKey();
-
std::unique_ptr<base::Environment> env(base::Environment::Create());
std::string pipe_name_ascii;
if (!env->GetVar(kPipeNameVar, &pipe_name_ascii)) {

Powered by Google App Engine
This is Rietveld 408576698