| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 51427)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -311,6 +311,9 @@
|
| // This flag overrides "disable-ipv6" which appears elswhere in this file.
|
| const char kEnableIPv6[] = "enable-ipv6";
|
|
|
| +// Enable the GLSL translator.
|
| +const char kEnableGLSLTranslator[] = "enable-glsl-translator";
|
| +
|
| // Enable the GPU plugin and Pepper 3D rendering.
|
| const char kEnableGPUPlugin[] = "enable-gpu-plugin";
|
|
|
|
|