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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_
6 #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_
7 7
8 #include "components/autofill/core/browser/field_types.h" 8 #include "components/autofill/core/browser/field_types.h"
9 9
10 // This defines an enumeration of IDs that can uniquely identify a view within 10 // This defines an enumeration of IDs that can uniquely identify a view within
(...skipping 16 matching lines...) Expand all
27 // The following are StyledLabel objects. 27 // The following are StyledLabel objects.
28 ORDER_SUMMARY_TOTAL_AMOUNT_LABEL, 28 ORDER_SUMMARY_TOTAL_AMOUNT_LABEL,
29 ORDER_SUMMARY_LINE_ITEM_1, 29 ORDER_SUMMARY_LINE_ITEM_1,
30 ORDER_SUMMARY_LINE_ITEM_2, 30 ORDER_SUMMARY_LINE_ITEM_2,
31 ORDER_SUMMARY_LINE_ITEM_3, 31 ORDER_SUMMARY_LINE_ITEM_3,
32 32
33 // The following are views contained within the Payment Method Sheet. 33 // The following are views contained within the Payment Method Sheet.
34 PAYMENT_METHOD_SHEET_LIST_VIEW, 34 PAYMENT_METHOD_SHEET_LIST_VIEW,
35 PAYMENT_METHOD_ITEM_CHECKMARK_VIEW, 35 PAYMENT_METHOD_ITEM_CHECKMARK_VIEW,
36 36
37 // The following are views contained within the Contact Info Sheet.
38 CONTACT_INFO_ITEM_CHECKMARK_VIEW,
39
37 // Used to label the error labels with an offset, which gets added to 40 // Used to label the error labels with an offset, which gets added to
38 // the Autofill type value they represent (for tests). 41 // the Autofill type value they represent (for tests).
39 ERROR_LABEL_OFFSET, 42 ERROR_LABEL_OFFSET,
40 }; 43 };
41 44
42 } // namespace payments 45 } // namespace payments
43 46
44 #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_ 47 #endif // CHROME_BROWSER_UI_VIEWS_PAYMENTS_PAYMENT_REQUEST_DIALOG_VIEW_IDS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698