Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 232511) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -491,6 +491,11 @@ |
// webcams and microphones, especially on non-HTTPS pages. |
const char kDisableUserMediaSecurity[] = "disable-user-media-security"; |
+// Do not expose WebGL extension WEBGL_debug_renderer_info to unprivileged code |
+// in the browser. |
+const char kDisableWebGLDebugRendererInfo[] = |
+ "disable-webgl-debug-renderer-info"; |
+ |
// Disables the backend service for web resources. |
const char kDisableWebResources[] = "disable-web-resources"; |