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 dd733e39431f291d1c7a4511fcc2f4e22c5f39eb..bb8848560ad8b187e3560f5f12291cc91c37b30e 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
@@ -60,7 +60,7 @@ class PasswordGenerationPopupControllerImpl |
// Create a PasswordGenerationPopupView if one doesn't already exist. |
// If |display_password| is true, a generated password is shown that can be |
// selected by the user. Otherwise just the text explaining generated |
- // passwords is shown. |
+ // passwords is shown. Idempotent. |
void Show(bool display_password); |
// Hides the popup and destroys |this|. |