| 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 721fa41f529771ebe50e94a76749209923ebd49d..dac38ccd6c16346a93d596f6c9f8b6a29749f6a0 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -987,6 +987,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| switches::kGpuSandboxStartAfterInitialization,
|
| switches::kIgnoreResolutionLimitsForAcceleratedVideoDecode,
|
| switches::kLoggingLevel,
|
| + switches::kLowEndDeviceMode,
|
| switches::kNoSandbox,
|
| switches::kTestGLLib,
|
| switches::kTraceStartup,
|
|
|