| 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 e909576c38ccb5c8366d5d907e8f33890072c9df..537e02d47b7e60f135c339565ea5ba2353b42144 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
|
| @@ -504,10 +504,8 @@ class AutofillDialogViews : public AutofillDialogView,
|
| // a given section.
|
| views::View* CreateInputsContainer(DialogSection section);
|
|
|
| - // Creates a grid of textfield views for the given section, and stores them
|
| - // in the appropriate DetailsGroup. The top level View in the hierarchy is
|
| - // returned.
|
| - views::View* InitInputsView(DialogSection section);
|
| + // Creates a grid of inputs for the given section.
|
| + void InitInputsView(DialogSection section);
|
|
|
| // Changes the function of the whole dialog. Currently this can show a loading
|
| // shield, an embedded sign in web view, or the more typical detail input mode
|
|
|