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

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

Issue 2855203002: [Payments] Display the shipping option error alongside the address (Closed)
Patch Set: android test fix Created 3 years, 7 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 cce2f807abb80afcca758999b6e2c04f90592443..0686933a7cc57846cb096dfec68fca9aecc7c14d 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
@@ -37,13 +37,15 @@ enum class DialogViewID : int {
PAYMENT_SHEET_SHIPPING_ADDRESS_SECTION_BUTTON,
PAYMENT_SHEET_SHIPPING_OPTION_SECTION_BUTTON,
- // The following are Label objects.
+ // The following are StyledLabel objects.
ORDER_SUMMARY_TOTAL_AMOUNT_LABEL,
ORDER_SUMMARY_LINE_ITEM_1,
ORDER_SUMMARY_LINE_ITEM_2,
ORDER_SUMMARY_LINE_ITEM_3,
+ // The following are Label objects.
SHIPPING_OPTION_DESCRIPTION,
SHIPPING_OPTION_AMOUNT,
+ SHIPPING_ADDRESS_OPTION_ERROR,
// Used in profile labels to annotate each line of the grouping.
PROFILE_LABEL_LINE_1,

Powered by Google App Engine
This is Rietveld 408576698