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

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

Issue 147533005: [Password Generation] Update UI to match final mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_password_generation_ui
Patch Set: Created 6 years, 10 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_observer.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_observer.h b/chrome/browser/ui/autofill/password_generation_popup_observer.h
index 07a2edbb3696ce6f31e865c7a70e2cb416fd888b..cfacb3a679f3f4417d962db589c4de1f18777276 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_observer.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_observer.h
@@ -10,7 +10,7 @@ namespace autofill {
// Observer for PasswordGenerationPopup events. Currently only used for testing.
class PasswordGenerationPopupObserver {
public:
- virtual void OnPopupShown() = 0;
+ virtual void OnPopupShown(bool password_visible) = 0;
virtual void OnPopupHidden() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698