Index: chrome/app/chrome_crash_reporter_client.cc |
diff --git a/chrome/app/chrome_crash_reporter_client.cc b/chrome/app/chrome_crash_reporter_client.cc |
index deec30509c77abc223cfbb55320259a7f9c4a3e7..08a024614c5d0ec27237788e6d7e288f5c221b73 100644 |
--- a/chrome/app/chrome_crash_reporter_client.cc |
+++ b/chrome/app/chrome_crash_reporter_client.cc |
@@ -347,7 +347,6 @@ int ChromeCrashReporterClient::GetAndroidMinidumpDescriptor() { |
bool ChromeCrashReporterClient::EnableBreakpadForProcess( |
const std::string& process_type) { |
return process_type == switches::kRendererProcess || |
- process_type == switches::kPluginProcess || |
process_type == switches::kPpapiPluginProcess || |
process_type == switches::kZygoteProcess || |
process_type == switches::kGpuProcess; |