| Index: content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| diff --git a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| index 6c5fa2a1bbf784f8685c6ab3103c3697f5ef91f5..2cc1e9978826172a2d2cabd9802e4666035758e6 100644
|
| --- a/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| +++ b/content/browser/web_contents/touch_editable_impl_aura_browsertest.cc
|
| @@ -351,8 +351,7 @@ class TouchEditableImplAuraTest : public ContentBrowserTest {
|
| generator.GestureTapAt(gfx::Point(bounds.x() + 50, bounds.y() + 40));
|
| LOG(INFO) << "Wait for selection to change.";
|
| touch_editable->WaitForSelectionChangeCallback();
|
| - LOG(INFO) << "Wait for tap-down ACK.";
|
| - touch_editable->WaitForGestureAck(); // Wait for Tap Down Ack
|
| + // No Tap Down Ack is coming, it's async.
|
| touch_editable->Reset();
|
| LOG(INFO) << "Wait for tap ACK.";
|
| touch_editable->WaitForGestureAck(); // Wait for Tap Ack.
|
|
|