| 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..6beaaa0b2a5538fe2752249aedd46868d35f0e5c 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 gfx::Size GetBounds() 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_;
|
|
|