| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 12b2dee98a37175a9194dfa954b43996616ae1e1..519ea0f2363680fe8099232df94d84fd84b6305b 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -444,8 +444,7 @@ void ChildProcessLauncher::Launch(SandboxedProcessLauncherDelegate* delegate,
|
| #if BUILDFLAG(ENABLE_PLUGINS)
|
| process_type == switches::kPpapiPluginProcess ||
|
| #endif
|
| - process_type == switches::kUtilityProcess)
|
| - << "Unsupported process type: " << process_type;
|
| + process_type == switches::kUtilityProcess);
|
|
|
| // Non-sandboxed utility or renderer process are currently not supported.
|
| DCHECK(process_type == switches::kGpuProcess ||
|
|
|