Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2145)

Unified Diff: content/public/common/content_switches.cc

Issue 903143003: wip: Touch Text Selection Prototypes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@selection_granularity_on_unified
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_switches.h ('k') | ui/touch_selection/selection_granularity.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index e8551f54cf30225d139f4dfded0e9266f352d28a..4dd38faf01683fff0eb7169b8f49c251c6fc942b 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -748,6 +748,11 @@ const char kTouchScrollingModeAsyncTouchmove[] = "async-touchmove";
const char kTouchScrollingModeSyncTouchmove[] = "sync-touchmove";
const char kTouchScrollingModeTouchcancel[] = "touchcancel";
+const char kTouchTextSelectionStrategy[] = "touch-selection-strategy";
+const char kTouchTextSelectionHalfDecay[] = "touch-selection-half-decay";
+const char kTouchTextSelectionThreshold[] = "touch-selection-threshold";
+
+
// 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.
« no previous file with comments | « content/public/common/content_switches.h ('k') | ui/touch_selection/selection_granularity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698