| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6672723a9a8e3c9419d67e2e214393e526b8f2cc..4bdb4204a2c52a63cd41b87a5882320a07c6d06a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -785,6 +785,11 @@ const char kTestingFixedHttpsPort[] = "testing-fixed-https-port";
|
| // Type of the current test harness ("browser" or "ui").
|
| const char kTestType[] = "test-type";
|
|
|
| +// Controls how text selection granularity changes when touch text selection
|
| +// handles are dragged. Should be "character" or "direction". If not specified,
|
| +// the platform default is used.
|
| +const char kTouchTextSelectionStrategy[] = "touch-selection-strategy";
|
| +
|
| // Causes TRACE_EVENT flags to be recorded beginning with shutdown. Optionally,
|
| // can specify the specific trace categories to include (e.g.
|
| // --trace-shutdown=base,net) otherwise, all events are recorded.
|
|
|