Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1b09d220ce3b7e7822a11d285dc1e78a6b27a666..c2e0eddb11da63aba08da2e5cae9da756884ee34 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -546,6 +546,9 @@ const char kGpuDriverVendor[] = "gpu-driver-vendor"; |
// Passes gpu driver_version from browser process to GPU process. |
const char kGpuDriverVersion[] = "gpu-driver-version"; |
+// Passes gpu driver_date from browser process to GPU process. |
+const char kGpuDriverDate[] = "gpu-driver-date"; |
+ |
// Extra command line options for launching the GPU process (normally used |
// for debugging). Use like renderer-cmd-prefix. |
const char kGpuLauncher[] = "gpu-launcher"; |