Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| =================================================================== |
| --- chrome/common/chrome_switches.cc (revision 72879) |
| +++ chrome/common/chrome_switches.cc (working copy) |
| @@ -523,6 +523,9 @@ |
| // Enable the GPU plugin and Pepper 3D rendering. |
| const char kEnableGPUPlugin[] = "enable-gpu-plugin"; |
| +// Enable experimental JavaScript I18N API. |
| +const char kEnableJavaScriptI18NAPI[] = "enable-experimental-js-i18n-api"; |
|
jungshik at Google
2011/01/27 23:49:47
nit:
flag name, variable names and webkit feature
|
| + |
| // Force logging to be enabled. Logging is disabled by default in release |
| // builds. |
| const char kEnableLogging[] = "enable-logging"; |