Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
index 6e5f5f9b6bd4a41e0d95e93a9395c9eddf3a51a5..d24a479ae74a61ef0a7ca3b392a0e6dd8f84808f 100644 |
--- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
+++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h |
@@ -32,8 +32,10 @@ class PasswordGenerationPopupViewBridge : public PasswordGenerationPopupView { |
// PasswordGenerationPopupView implementation. |
virtual void Hide() OVERRIDE; |
virtual void Show() OVERRIDE; |
+ virtual int GetHeight(int width) OVERRIDE; |
virtual void UpdateBoundsAndRedrawPopup() OVERRIDE; |
virtual void PasswordSelectionUpdated() OVERRIDE; |
+ virtual bool IsPointInPasswordBounds(const gfx::Point& point) OVERRIDE; |
// The native Cocoa view. |
base::scoped_nsobject<PasswordGenerationPopupViewCocoa> view_; |