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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 1096773002: Switching Clank to use direction-based selection granularity strategy and adding a chrome flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unified_ALL_unchanged
Patch Set: Created 5 years, 8 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
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 1e20d8e6a899b551bc85a4362a7507ebdfb8bf39..0d3a6cad4438453af69dbeac489d1198f207c62b 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1325,6 +1325,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kStatsCollectionController,
switches::kTestType,
switches::kTouchEvents,
+ switches::kTouchTextSelectionStrategy,
switches::kTraceToConsole,
// This flag needs to be propagated to the renderer process for
// --in-process-webgl.

Powered by Google App Engine
This is Rietveld 408576698