Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 27632) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -615,4 +615,7 @@ |
| // is launched on the command line (e.g. by Selenium). Only needed on Mac. |
| const wchar_t kActivateOnLaunch[] = L"activate-on-launch"; |
| +// Enable experimental WebGL support. |
| +const wchar_t kEnableExperimentalWebGL[] = L"enable-webgl"; |
| + |
| } // namespace switches |