| Index: chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| diff --git a/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h b/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| index df302b0f1c5b41aa47bb614f3ca36582ea87943a..d9ed9371b6e39d3c856566b692db2bf0485192da 100644
|
| --- a/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| +++ b/chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h
|
| @@ -31,7 +31,10 @@ enum class DialogViewID : int {
|
|
|
| // The following are views contained within the Payment Method Sheet.
|
| PAYMENT_METHOD_SHEET_LIST_VIEW,
|
| - PAYMENT_METHOD_ITEM_CHECKMARK_VIEW,
|
| +
|
| + // Used in selectable rows. Each row in a view reuses this ID, but the ID is
|
| + // unique at the scope of the parent row.
|
| + CHECKMARK_VIEW,
|
|
|
| // Used to label the error labels with an offset, which gets added to
|
| // the Autofill type value they represent (for tests).
|
|
|