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

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

Issue 2871873003: [Payments] Fix up field widths in desktop editors. (Closed)
Patch Set: addressed comments Created 3 years, 7 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/credit_card_editor_view_controller.h
diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
index 0238586dff14913e1d6c878b24c9186aa4bffb39..dd69630db1eb6e967761916d548328c6c5e36593 100644
--- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
+++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
@@ -48,7 +48,7 @@ class CreditCardEditorViewController : public EditorViewController {
// EditorViewController:
std::unique_ptr<views::View> CreateHeaderView() override;
- std::unique_ptr<views::View> CreateCustomFieldView(
+ std::unique_ptr<views::View> CreateExtraViewForField(
autofill::ServerFieldType type) override;
std::vector<EditorField> GetFieldDefinitions() override;
base::string16 GetInitialValueForType(

Powered by Google App Engine
This is Rietveld 408576698