| 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 9ab67630db069a6f004d26f5bb5fd86f4a5f23e3..8dcea71d9bc4c607f4f3d1bc302c359a09922760 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
|
| @@ -60,6 +60,9 @@ class AutofillDialogView {
|
| // be in [0.0, 1.0].
|
| virtual void UpdateProgressBar(double value) = 0;
|
|
|
| + // Called when the active suggestions data model changed.
|
| + virtual void ModelChanged() = 0;
|
| +
|
| // Factory function to create the dialog (implemented once per view
|
| // implementation). |controller| will own the created dialog.
|
| static AutofillDialogView* Create(AutofillDialogController* controller);
|
|
|