| Index: ui/gl/gl_switches.cc
|
| diff --git a/ui/gl/gl_switches.cc b/ui/gl/gl_switches.cc
|
| index 5ac514878b431da28c0cec136ff60b5f1dbb8a64..7098f48a05d0eea8ea3c42d27477eed6ff9dcb3b 100644
|
| --- a/ui/gl/gl_switches.cc
|
| +++ b/ui/gl/gl_switches.cc
|
| @@ -27,10 +27,6 @@ const char kDisableD3D11[] = "disable-d3d11";
|
| // Stop the GPU from synchronizing on the vsync before presenting.
|
| const char kDisableGpuVsync[] = "disable-gpu-vsync";
|
|
|
| -// Turns on GPU logging (debug build only).
|
| -const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging";
|
| -const char kEnableGPUClientLogging[] = "enable-gpu-client-logging";
|
| -
|
| // Turns on calling TRACE for every GL call.
|
| const char kEnableGPUServiceTracing[] = "enable-gpu-service-tracing";
|
|
|
| @@ -74,8 +70,6 @@ const char* kGLSwitchesCopiedFromGpuProcessHost[] = {
|
| kDisableGpuVsync,
|
| kEnableD3D11,
|
| kDisableD3D11,
|
| - kEnableGPUServiceLogging,
|
| - kEnableGPUServiceTracing,
|
| kGpuNoContextLost,
|
| };
|
| const int kGLSwitchesCopiedFromGpuProcessHostNumSwitches =
|
|
|