Index: chrome/app/breakpad_linux.cc |
diff --git a/chrome/app/breakpad_linux.cc b/chrome/app/breakpad_linux.cc |
index 31294c64ff0d86273959154cd95bd237bdf96bd5..720dc7568dde7499c1776dea61aff1074f056f00 100644 |
--- a/chrome/app/breakpad_linux.cc |
+++ b/chrome/app/breakpad_linux.cc |
@@ -892,7 +892,6 @@ void InitCrashReporter() { |
if (process_type.empty()) { |
EnableCrashDumping(getenv(env_vars::kHeadless) != NULL); |
} else if (process_type == switches::kRendererProcess || |
- process_type == switches::kExtensionProcess || |
process_type == switches::kPluginProcess || |
process_type == switches::kPpapiPluginProcess || |
process_type == switches::kZygoteProcess || |