Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 5b169ba987df32d90d8d518458d663c99c954398..dac779d07595711bce964a0a61f647ba465f56c7 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -365,9 +365,6 @@ const char kEnableFeatures[] = "enable-features"; |
// Enable Web Bluetooth. |
const char kEnableWebBluetooth[] = "enable-web-bluetooth"; |
-// Enables TRACE for GL calls in the renderer. |
-const char kEnableGpuClientTracing[] = "enable-gpu-client-tracing"; |
- |
// Specify that all compositor resources should be backed by GPU memory buffers. |
const char kEnableGpuMemoryBufferCompositorResources[] = |
"enable-gpu-memory-buffer-compositor-resources"; |