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 752da09d079528c244bb2394ffe2165727f95296..8c9232100c3d849f0d91403fef3fada4a56e7457 100644 |
--- a/chrome/browser/ui/views/payments/payment_request_views_util.h |
+++ b/chrome/browser/ui/views/payments/payment_request_views_util.h |
@@ -40,6 +40,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 |