| Index: chrome/browser/ui/autofill/password_generation_popup_view.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.h b/chrome/browser/ui/autofill/password_generation_popup_view.h
|
| index db895a4d85428bb93447cbc7e1da7f2d1ebc1f5d..b0fd4845aa036a914cba1d3685ed7ff065d57893 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_view.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_view.h
|
| @@ -20,6 +20,9 @@ class PasswordGenerationPopupView {
|
| // Updates layout information from the controller.
|
| virtual void UpdateBoundsAndRedrawPopup() = 0;
|
|
|
| + // Called when the password selection state has changed.
|
| + virtual void PasswordSelectionUpdated() = 0;
|
| +
|
| // Note that PasswordGenerationPopupView owns itself, and will only be deleted
|
| // when Hide() is called.
|
| static PasswordGenerationPopupView* Create(
|
|
|