| 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..03e4b4891934712b7a3c066f2ddfb349c9519754 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -111,6 +111,10 @@ static const char* const kSwitchNames[] = {
|
| #if defined(OS_CHROMEOS)
|
| switches::kDisableVaapiAcceleratedVideoEncode,
|
| #endif
|
| + switches::kGpuVendorID,
|
| + switches::kGpuDeviceID,
|
| + switches::kGpuDriverVendor,
|
| + switches::kGpuDriverVersion,
|
| switches::kGpuStartupDialog,
|
| switches::kGpuSandboxAllowSysVShm,
|
| switches::kGpuSandboxFailuresFatal,
|
|
|