| Index: content/shell/app/shell_crash_reporter_client.cc
|
| diff --git a/content/shell/app/shell_crash_reporter_client.cc b/content/shell/app/shell_crash_reporter_client.cc
|
| index 40eb6ebb699216935654ed14be3797b18f363a7d..9ede5ebbfffa0b27e56e1f49c68834a3d5cd72d1 100644
|
| --- a/content/shell/app/shell_crash_reporter_client.cc
|
| +++ b/content/shell/app/shell_crash_reporter_client.cc
|
| @@ -66,7 +66,6 @@ int ShellCrashReporterClient::GetAndroidMinidumpDescriptor() {
|
| bool ShellCrashReporterClient::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;
|
|
|