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

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

Issue 2814173002: [Web Payments] Prettify the payment sheet rows in some states. (Closed)
Patch Set: Rebase Created 3 years, 8 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 89ed20da3077d6b0eb949af42764f3ba3a2b3c20..55ef6331ee864c3055f735fa4034493314506098 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
@@ -30,6 +30,13 @@ enum class DialogViewID : int {
BACK_BUTTON,
CVC_PROMPT_CONFIRM_BUTTON,
+ // The following are buttons that are displayed inline in the Payment Sheet
+ // sections when no option is selected or available.
+ PAYMENT_SHEET_CONTACT_INFO_SECTION_BUTTON,
+ PAYMENT_SHEET_PAYMENT_METHOD_SECTION_BUTTON,
+ PAYMENT_SHEET_SHIPPING_ADDRESS_SECTION_BUTTON,
+ PAYMENT_SHEET_SHIPPING_OPTION_SECTION_BUTTON,
+
// The following are Label objects.
ORDER_SUMMARY_TOTAL_AMOUNT_LABEL,
ORDER_SUMMARY_LINE_ITEM_1,

Powered by Google App Engine
This is Rietveld 408576698