Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index f9b5801177ce6e5ce67172934ce1a224e3b09237..4c21d4d176d5366075cf32f659e57899f63857d3 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -789,6 +789,10 @@ 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. |
|
Charlie Reis
2015/04/22 19:04:59
Can you say something about the potential values (
mfomitchev
2015/04/22 21:17:24
Done.
|
| +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. |