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

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

Issue 2847503002: [WebPayments] Show labels on incomplete profiles (Closed)
Patch Set: test fix 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 55ef6331ee864c3055f735fa4034493314506098..cce2f807abb80afcca758999b6e2c04f90592443 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
@@ -45,10 +45,11 @@ enum class DialogViewID : int {
SHIPPING_OPTION_DESCRIPTION,
SHIPPING_OPTION_AMOUNT,
- // Used in "three line labels" to annotate each Label of the grouping.
- THREE_LINE_LABEL_LINE_1,
- THREE_LINE_LABEL_LINE_2,
- THREE_LINE_LABEL_LINE_3,
+ // Used in profile labels to annotate each line of the grouping.
+ PROFILE_LABEL_LINE_1,
+ PROFILE_LABEL_LINE_2,
+ PROFILE_LABEL_LINE_3,
+ PROFILE_LABEL_ERROR,
// The following are views contained within the Payment Method Sheet.
CONTACT_INFO_SHEET_LIST_VIEW,

Powered by Google App Engine
This is Rietveld 408576698