| Index: gpu/config/gpu_switches.cc
|
| diff --git a/gpu/config/gpu_switches.cc b/gpu/config/gpu_switches.cc
|
| index 7f9360e7b3053e6d210bee7afabba0a0d54ef977..6b7cee7cd1ab1802a72ed1be3b2589171d3da24d 100644
|
| --- a/gpu/config/gpu_switches.cc
|
| +++ b/gpu/config/gpu_switches.cc
|
| @@ -40,6 +40,9 @@ const char kGpuTestingSecondaryVendorIDs[] = "gpu-testing-secondary-vendor-ids";
|
| // Override secondary gpu device ids from the GpuInfoCollector.
|
| const char kGpuTestingSecondaryDeviceIDs[] = "gpu-testing-secondary-device-ids";
|
|
|
| +// Override gpu driver date from the GpuInfoCollector.
|
| +const char kGpuTestingDriverDate[] = "gpu-testing-driver-date";
|
| +
|
| // Override gl vendor from the GpuInfoCollector.
|
| const char kGpuTestingGLVendor[] = "gpu-testing-gl-vendor";
|
|
|
|
|