| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| index e7be3deff4ca6fc30249579cd57a036b135dbd4c..7c56f94e97b33d002693a805ea7643602b3e3c76 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| @@ -572,6 +572,10 @@ class AutofillDialogViews : public AutofillDialogView,
|
| // sign in.
|
| bool SignInWebviewDictatesHeight() const;
|
|
|
| + // Sets the icons in |section| according to the field values. For example,
|
| + // sets the credit card and CVC icons according to the credit card number.
|
| + void SetIconsForSection(DialogSection section);
|
| +
|
| // The delegate that drives this view. Weak pointer, always non-NULL.
|
| AutofillDialogViewDelegate* const delegate_;
|
|
|
|
|