Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 3b23fe2ef66216bdebbd72b05d2fea2405a485b5..71871a5953ecaecad45c9a555e2148cb9f3e7638 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -182,10 +182,6 @@ const char kDisableLowResTiling[] = "disable-low-res-tiling"; |
// Disable the GPU process sandbox. |
const char kDisableGpuSandbox[] = "disable-gpu-sandbox"; |
-// Disable the thread that crashes the GPU process if it stops responding to |
-// messages. |
-const char kDisableGpuWatchdog[] = "disable-gpu-watchdog"; |
- |
// Disable in-process stack traces. |
const char kDisableInProcessStackTraces[] = "disable-in-process-stack-traces"; |
@@ -566,18 +562,6 @@ const char kForceRendererAccessibility[] = "force-renderer-accessibility"; |
const char kGenerateAccessibilityTestExpectations[] = |
"generate-accessibility-test-expectations"; |
-// Passes gpu device_id from browser process to GPU process. |
-const char kGpuDeviceID[] = "gpu-device-id"; |
- |
-// Passes gpu driver_vendor from browser process to GPU process. |
-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"; |
@@ -591,15 +575,9 @@ const char kGpuSandboxAllowSysVShm[] = "gpu-sandbox-allow-sysv-shm"; |
// Makes GPU sandbox failures fatal. |
const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-failures-fatal"; |
-// Starts the GPU sandbox before creating a GL context. |
-const char kGpuSandboxStartEarly[] = "gpu-sandbox-start-early"; |
- |
// Causes the GPU process to display a dialog on launch. |
const char kGpuStartupDialog[] = "gpu-startup-dialog"; |
-// Passes gpu vendor_id from browser process to GPU process. |
-const char kGpuVendorID[] = "gpu-vendor-id"; |
- |
// Ignores certificate-related errors. |
const char kIgnoreCertificateErrors[] = "ignore-certificate-errors"; |