Chromium Code Reviews| Index: content/public/common/content_switches.h |
| =================================================================== |
| --- content/public/common/content_switches.h (revision 107605) |
| +++ content/public/common/content_switches.h (working copy) |
| @@ -158,6 +158,8 @@ |
| CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; |
| CONTENT_EXPORT extern const char kZygoteProcess[]; |
| +extern const char kEnableVisualWordMovement[]; |
| + |
| #if defined(OS_POSIX) && !defined(OS_MACOSX) |
| extern const char kScrollPixels[]; |
| #endif |