| 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 8c1f8c1268fdafa7641ea40f9a10b3c3aae1bf7d..ef1c94662e19391bc6ee357dee9e26a7c62a1e03 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -77,6 +77,7 @@ static const char* const kSwitchNames[] = {
|
| switches::kDisableBreakpad,
|
| switches::kDisableGpuSandbox,
|
| switches::kDisableGpuWatchdog,
|
| + switches::kDisableGLExtensions,
|
| switches::kDisableLogging,
|
| switches::kDisableSeccompFilterSandbox,
|
| #if defined(ENABLE_WEBRTC)
|
|
|