Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5477)

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h

Issue 151503006: Re-land r248110 with ASAN error fixed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698