diff options
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_dialog_view.h')
-rw-r--r-- | chrome/browser/ui/autofill/autofill_dialog_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h index b1012d6..aa27201 100644 --- a/chrome/browser/ui/autofill/autofill_dialog_view.h +++ b/chrome/browser/ui/autofill/autofill_dialog_view.h @@ -65,6 +65,9 @@ class AutofillDialogView { // Called when the contents of a section have changed. virtual void UpdateSection(DialogSection section) = 0; + // Updates the error bubble for this view. + virtual void UpdateErrorBubble() = 0; + // Fills the given section with Autofill data that was triggered by a user // interaction with |originating_input|. virtual void FillSection(DialogSection section, |