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

Unified Diff: ui/gl/gl_switches.cc

Issue 10310180: Disable GPU info collection on GPU process startup on Win/Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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
« ui/gl/gl_switches.h ('K') | « ui/gl/gl_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_switches.cc
===================================================================
--- ui/gl/gl_switches.cc (revision 137174)
+++ ui/gl/gl_switches.cc (working copy)
@@ -52,4 +52,9 @@
// library first, but fall back to regular library if loading fails.
const char kTestGLLib[] = "test-gl-lib";
+// Flags used to pass GPU info from browser process to GPU process.
+const char kGpuVendorID[] = "gpu-vendor-id";
+const char kGpuDeviceID[] = "gpu-device-id";
+const char kGpuDriverVersion[] = "gpu-driver-version";
+
} // namespace switches
« ui/gl/gl_switches.h ('K') | « ui/gl/gl_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698