Chromium Code Reviews| 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 e78be2b1a114be69404d428f6ec1c6894bbc9345..dc58d167ba569319278089f06d2b9602ff212052 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 |
| @@ -54,6 +54,9 @@ enum class DialogViewID : int { |
| // Used to label the error labels with an offset, which gets added to |
| // the Autofill type value they represent (for tests). |
| ERROR_LABEL_OFFSET, |
| + |
| + CVC_PROMPT_TEXT_FIELD, |
| + CVC_PROMPT_CONFIRM_BUTTON, |
|
Mathieu
2017/04/04 19:05:48
nit: could put this up next to pay button
anthonyvd
2017/04/04 23:02:14
Done.
|
| }; |
| } // namespace payments |