| 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 3af84244501de649d48908c747aa42e86a13ac05..02e3c8fa0e405088d60b4565a911c6f80167790c 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -917,7 +917,6 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| static const char* const kSwitchNames[] = {
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableBreakpad,
|
| - switches::kDisableGLDrawingForTests,
|
| switches::kDisableGpuSandbox,
|
| switches::kDisableGpuWatchdog,
|
| switches::kDisableLogging,
|
|
|