Index: gpu/config/gpu_switches.cc |
diff --git a/gpu/config/gpu_switches.cc b/gpu/config/gpu_switches.cc |
index fdf9f0e180bebd44ce7e5b58e04f4208bfe0820b..631119fd4aeca0d66c6e28ff9435642eccff805f 100644 |
--- a/gpu/config/gpu_switches.cc |
+++ b/gpu/config/gpu_switches.cc |
@@ -9,4 +9,22 @@ namespace switches { |
// Pass a set of GpuDriverBugWorkaroundType ids, seperated by ','. |
const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds"; |
+// Override os version from GpuControlList::MakeDecision. |
+const char kGpuTestingOsVersion[] = "gpu-testing-os-version"; |
+ |
+// Override gpu vendor id from the GpuInfoCollector. |
+const char kGpuTestingVendorId[] = "gpu-testing-vendor-id"; |
+ |
+// Override gpu device id from the GpuInfoCollector. |
+const char kGpuTestingDeviceId[] = "gpu-testing-device-id"; |
+ |
+// Override gl vendor from the GpuInfoCollector. |
+const char kGpuTestingGLVendor[] = "gpu-testing-gl-vendor"; |
+ |
+// Override gl renderer from the GpuInfoCollector. |
+const char kGpuTestingGLRenderer[] = "gpu-testing-gl-renderer"; |
+ |
+// Override gl version from the GpuInfoCollector. |
+const char kGpuTestingGLVersion[] = "gpu-testing-gl-version"; |
+ |
} // namespace switches |