| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 57a6368cb7dc5940f9d4952e8077c0256b7b4f9b..921ca68adb45e97e4b0feb3c5930493110e660e8 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -363,11 +363,12 @@ void ChildProcessLauncher::Launch(
|
| DCHECK(CalledOnValidThread());
|
|
|
| #if defined(OS_ANDROID)
|
| - // Android only supports renderer, sandboxed utility and gpu.
|
| + // Android only supports renderer, sandboxed utility, download and gpu.
|
| std::string process_type =
|
| cmd_line->GetSwitchValueASCII(switches::kProcessType);
|
| CHECK(process_type == switches::kGpuProcess ||
|
| process_type == switches::kRendererProcess ||
|
| + process_type == switches::kDownloadProcess ||
|
| #if defined(ENABLE_PLUGINS)
|
| process_type == switches::kPpapiPluginProcess ||
|
| #endif
|
|
|