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

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

Issue 2725623004: [Web Payments] Add the contact info screen. (Closed)
Patch Set: Address comments. 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 6f3eff962f038dee34df7dd8461f32a34de1b338..f9e903e57385b525db2d9eee5bdb9d42e9aadc8b 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
@@ -34,6 +34,9 @@ enum class DialogViewID : int {
PAYMENT_METHOD_SHEET_LIST_VIEW,
PAYMENT_METHOD_ITEM_CHECKMARK_VIEW,
+ // The following are views contained within the Contact Info Sheet.
+ CONTACT_INFO_ITEM_CHECKMARK_VIEW,
+
// Used to label the error labels with an offset, which gets added to
// the Autofill type value they represent (for tests).
ERROR_LABEL_OFFSET,

Powered by Google App Engine
This is Rietveld 408576698