Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: chrome/browser/ui/views/payments/payment_request_dialog_view_ids.h

Issue 2720223004: Use PaymentRequestItemList for Shipping screen (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 01ae7035d8feada212d1ff3a89ea06b98afae9c3..cc1e33814519ae1f23a6dc16eb120f2cbb1a7fdd 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
@@ -32,7 +32,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,
// The following are views contained within the Contact Info Sheet.
CONTACT_INFO_ITEM_CHECKMARK_VIEW,

Powered by Google App Engine
This is Rietveld 408576698