| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 107605)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -495,6 +495,9 @@
|
| // Causes the process to run as a renderer zygote.
|
| const char kZygoteProcess[] = "zygote";
|
|
|
| +// Enables moving cursor by word in visual order.
|
| +const char kEnableVisualWordMovement[] = "enable-visual-word-movement";
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Specify the amount the trackpad should scroll by.
|
| const char kScrollPixels[] = "scroll-pixels";
|
|
|