Index: content/browser/android/content_startup_flags.cc |
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc |
index 3690d61cf9a5cdbfa195dcb561a127e3e2588846..72bd69b46040e83005e1a2d65948d5510c53caf5 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -65,6 +65,8 @@ void SetContentCommandLineFlags(bool single_process, |
// TODO(jdduke): Use the proper SDK version when available, crbug.com/466749. |
if (base::android::BuildInfo::GetInstance()->sdk_int() > |
base::android::SDK_VERSION_LOLLIPOP_MR1) { |
+ parsed_command_line->AppendSwitch( |
+ switches::kEnableAdaptiveHandleOrientation); |
jdduke (slow)
2015/09/09 22:19:50
Can we just not add the flag here? I'd much prefer
AviD
2015/09/10 06:06:13
Done.
|
parsed_command_line->AppendSwitch(switches::kEnableLongpressDragSelection); |
parsed_command_line->AppendSwitchASCII( |
switches::kTouchTextSelectionStrategy, "direction"); |