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 a1330ab2e1fbe9b4f4c6e5edfa360311965dfbde..7e33cde99e92c7f8ea699b7f5b439cae840cd1bb 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -28,6 +28,10 @@ class AutofillDialogView { |
// Called when a different notification is available. |
virtual void UpdateNotificationArea() = 0; |
+ // Called when account details may have changed (user logs in to GAIA, creates |
+ // a new account, etc.). |
+ virtual void UpdateAccountChooser() = 0; |
+ |
// Called when the contents of a section have changed. |
virtual void UpdateSection(DialogSection section) = 0; |