Use Button::SetState, not View::SetEnabled, in PaymentRequestRowView
When not clickable, the PaymentRequestRowView needs to disable its Button behavior but still allow its children to receive events. View::SetEnabled(false) will disable both. This changes it to just set the Button state instead. Fixed: 1068872 Change-Id: I3ee43a6f4fd9d9c48578ba4f5c7b90e67243897f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142147Reviewed-by:Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#757591}
Showing
Please register or sign in to comment