[Payment Request][Android]
Before this patch, the AutofillEnableCompanyName feature controlled whether the PaymentRequest billing address dropdown showed the organization name. However, PaymentRequest should always hide the organization name in the label for the billing address. This patch adds a boolean to CardEditor.java constructor that allows the class user to customize whether the billing address dropdown labels should include the organization name. The boolean is always true for PaymentRequest, but depends on AutofillEnableCompanyName for the Autofill Assistant. After this patch, PaymentRequest always hides the organization name in the labels of the dropdown for the card billing address. Bug: 945873 Change-Id: I9273c35b0aaa6349c8d54a1462224738eaf7ca32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540090 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#644524}
Showing
This diff is collapsed.
Please register or sign in to comment