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 f174067ede9cba1b7fde5b7221655a67dc532ecf..ea0e7e7acf55eb2fa85f7f96a5618900a45eac67 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(); |
if (selection_empty_) |
DeactivateInsertion(); |