| 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 d57e295ff31f8505f67b8a0cbe43320b8563b350..ff28e65e945308db2999cdff91782b12d9c5b4e3 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| @@ -596,6 +596,12 @@ class AutofillDialogViews : public AutofillDialogView,
|
| // Called when the details container changes in size or position.
|
| void DetailsContainerBoundsChanged();
|
|
|
| + // Gets the decorated textfield view that is shown for the given
|
| + // ServerFieldType in the given DetailsGroup, or NULL.
|
| + DecoratedTextfield* DecoratedTextfieldForServerFieldType(
|
| + const DetailsGroup* group,
|
| + ServerFieldType type) const;
|
| +
|
| // The delegate that drives this view. Weak pointer, always non-NULL.
|
| AutofillDialogViewDelegate* const delegate_;
|
|
|
|
|