Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: ui/gl/gl_switches.cc

Issue 90333003: Remove --enable-gpu-service-logging and --enable-gpu-client-logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_switches.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 =
« no previous file with comments | « ui/gl/gl_switches.h ('k') | ui/gl/gl_wgl_api_implementation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698