| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 9ddd540ae71e98673dc7a3fb1972018125688846..2cb58742911625cb4e08c5e347095bb5fa491fc9 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -563,7 +563,8 @@ bool GpuProcessHost::Init() {
|
| if (channel_id.empty())
|
| return false;
|
|
|
| - if (in_process_ && g_gpu_main_thread_factory) {
|
| + if (in_process_) {
|
| + DCHECK(g_gpu_main_thread_factory);
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kDisableGpuWatchdog);
|
|
|
|
|