| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index da27afaaf017aa36d9ca79c77b98cbf032ac72f3..cfed74ac6fc9806e2acf2aabe1dd801974bb2e28 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -437,6 +437,11 @@ int RunNamedProcessTypeMain(
|
| CreateInProcessRendererThread);
|
| GpuProcessHost::RegisterGpuMainThreadFactory(
|
| CreateInProcessGpuThread);
|
| +#else
|
| + // SingleProcess and InProcessGPU mode are not supported
|
| + // in multiple-dll mode currently.
|
| + DCHECK(!(command_line.HasSwitch(switches::kSingleProcess) ||
|
| + command_line.HasSwitch(switches::kInProcessGPU)));
|
| #endif
|
|
|
| for (size_t i = 0; i < arraysize(kMainFunctions); ++i) {
|
|
|