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 1e6c1b32c588bd784763bc7b4029921cd21657d1..19fe0248e353b19498a9d5ad290143fdb8cf1659 100644 |
--- a/chrome/browser/ui/views/payments/payment_request_views_util.h |
+++ b/chrome/browser/ui/views/payments/payment_request_views_util.h |
@@ -39,6 +39,7 @@ constexpr int kPaymentRequestRowExtraRightInset = 8; |
constexpr int kPaymentRequestButtonSpacing = 10; |
// Dimensions of the dialog itself. |
+constexpr int kDialogMinWidth = 512; |
constexpr int kDialogHeight = 450; |
// Fixed width of the amount sections in the payment sheet and the order summary |