| Index: chrome/browser/ui/views/payments/payment_request_views_util.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_views_util.h b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| index 56220237fdd5687482e67027a05a6f2899f53bf8..de9c6a3bf0110b83bd558a65760778c27e575d0d 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_views_util.h
|
| @@ -24,6 +24,9 @@ namespace payments {
|
|
|
| constexpr int kPaymentRequestRowHorizontalInsets = 14;
|
| constexpr int kPaymentRequestRowVerticalInsets = 8;
|
| +// Extra inset relative to the header when a right edge should line up with the
|
| +// close button's X rather than its invisible right edge.
|
| +constexpr int kPaymentRequestRowExtraRightInset = 8;
|
|
|
| enum class PaymentRequestCommonTags {
|
| BACK_BUTTON_TAG = 0,
|
|
|