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 { |
Evan Stade
2014/02/03 18:49:15
I don't think this class is the best way to add te
Garrett Casto
2014/02/04 17:54:57
a) and b) seem like they don't actually test what
|
public: |
- virtual void OnPopupShown() = 0; |
+ virtual void OnPopupShown(bool password_visible) = 0; |
virtual void OnPopupHidden() = 0; |
}; |