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

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

Issue 2715213005: [Payments] Add the pay button, and control its enabled state (Closed)
Patch Set: addressed 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 df302b0f1c5b41aa47bb614f3ca36582ea87943a..6f3eff962f038dee34df7dd8461f32a34de1b338 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
@@ -18,6 +18,7 @@ enum class DialogViewID : int {
// The following are views::Button (clickable).
PAYMENT_SHEET_CONTACT_INFO_SECTION,
PAYMENT_SHEET_PAYMENT_METHOD_SECTION,
+ PAYMENT_SHEET_PAY_BUTTON,
PAYMENT_SHEET_SHIPPING_SECTION,
PAYMENT_SHEET_SUMMARY_SECTION,
PAYMENT_METHOD_ADD_CARD_BUTTON,

Powered by Google App Engine
This is Rietveld 408576698