| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index 686d7866326c691485dd7ab2e38ba7977ecdbcf0..d36c884ad13ba9e654140a1521a4be5ee4798610 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -59,6 +59,9 @@ class PasswordGenerationPopupControllerImpl
|
| // Does not update the view if one is already showing.
|
| void Show();
|
|
|
| + // Hides the popup and destroys |this|.
|
| + void HideAndDestroy();
|
| +
|
| // Accessors.
|
| content::WebContents* web_contents() {
|
| return controller_common_.web_contents();
|
|
|