Commit 70521f51 authored by Donn Denman's avatar Donn Denman Committed by Commit Bot

This fixes a regression on the long-press resolve experiment that

was introduced without sufficient testing.

We may have added monitoring selection-move requests for Smart
Text Selection integration, but it's way too noisy, and still
seems to work.

BUG=956277, 1006676

Change-Id: Ia750c04070c5b214a0c63d52e1ce8bd97373f865
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835173
Commit-Queue: Donn Denman <donnd@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Auto-Submit: Donn Denman <donnd@chromium.org>
Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702177}
parent eddf453d
......@@ -334,7 +334,6 @@ public class ContextualSearchSelectionController {
resetAllStates();
break;
case SelectionEventType.SELECTION_HANDLE_DRAG_STOPPED:
case SelectionEventType.SELECTION_HANDLES_MOVED:
shouldHandleSelection = mShouldHandleSelectionModification;
mIsAdjustedSelection = true;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment