Commit 5afa89dd authored by Colin Blundell's avatar Colin Blundell Committed by Commit Bot

WebLayer: Mark WebLayer Shell URL bar as unimportant for autofill

This ensures that the autofill framework won't kick off autofill in the
URL bar. The user could still manually trigger autofill by
long-pressing on the URL bar and selecting the autofill prompt that
pops up. That seems not necessary to fix as that flow will not be
possible in the WebLayer embedder. If it were to be fixed, it would
need to be fixed at the level of the shared AutofillActionModeCallback.

Bug: 1083479
Change-Id: I468b7e729139747479b0f5f6a641a3345fc007af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212125Reviewed-by: default avatarMugdha Lakhani <nator@chromium.org>
Commit-Queue: Colin Blundell <blundell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771715}
parent becbd315
......@@ -28,6 +28,7 @@
android:imeOptions="actionGo"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:importantForAutofill="no"
android:textSize="15sp"/>
<View
......
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