| 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 b97057871f71fff84dc7c8c58109718e59b0e8cb..7498baa8eff8c3adb6d19e4f2e4b908182f2a0d8 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -115,6 +115,9 @@ static const char* const kSwitchNames[] = {
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
| switches::kGpuSandboxStartEarly,
|
| + switches::kGpuTestingGLVendor,
|
| + switches::kGpuTestingGLRenderer,
|
| + switches::kGpuTestingGLVersion,
|
| switches::kLoggingLevel,
|
| switches::kEnableLowEndDeviceMode,
|
| switches::kDisableLowEndDeviceMode,
|
|
|