| Index: content/browser/renderer_host/input/touch_selection_controller.cc
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller.cc b/content/browser/renderer_host/input/touch_selection_controller.cc
|
| index d5380487e255bb339823fe0b39f112633f0d2ce6..7867b5afa1d8d7a39195f1374124516afff7e5c4 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller.cc
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller.cc
|
| @@ -137,8 +137,6 @@ void TouchSelectionController::OnLongPressEvent() {
|
|
|
| void TouchSelectionController::OnTapEvent() {
|
| response_pending_input_event_ = TAP;
|
| - activate_selection_automatically_ = false;
|
| - DeactivateSelection();
|
| ShowInsertionHandleAutomatically();
|
| ResetCachedValuesIfInactive();
|
| }
|
|
|