| 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 335f2780e20663379d6bfd0eae36d9496884254a..e7a0103f2d44cbe6bda2e2b0c534765eb4456011 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.cc
|
| +++ b/chrome/app/chrome_crash_reporter_client.cc
|
| @@ -357,7 +357,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;
|
|
|