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

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

Issue 2715533002: [Payments] Add error messages to credit card editor. (Closed)
Patch Set: tests 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 a7f0843dd3ee277253b9d38d7d49af0cc4edd674..f08ad5d83de064fcbcd649c4fe3ce1f78b8e6ef2 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
@@ -26,6 +26,8 @@ enum class DialogViewID : int {
ORDER_SUMMARY_LINE_ITEM_1,
ORDER_SUMMARY_LINE_ITEM_2,
ORDER_SUMMARY_LINE_ITEM_3,
+
+ ERROR_LABEL_OFFSET = 1000,
anthonyvd 2017/02/22 19:32:45 You can omit the 1000 here I think. It's guarantee
Mathieu 2017/02/22 20:08:59 You're right I can get rid of the 1000 here, I've
};
} // namespace payments

Powered by Google App Engine
This is Rietveld 408576698