| Index: chrome/browser/ui/autofill/autofill_dialog_view.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| index 65f7cd11660266de3a6633630a51bc4d83a2da81..3ab269c0d62754080e88d75685cf7ff08468c111 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -18,6 +18,9 @@ class AutofillDialogView {
|
| // Shows the dialog.
|
| virtual void Show() = 0;
|
|
|
| + // Called when the contents of a section have changed.
|
| + virtual void UpdateSection(DialogSection section) = 0;
|
| +
|
| // Returns the index into the suggestion model for |section|.
|
| virtual int GetSuggestionSelection(DialogSection section) = 0;
|
|
|
|
|