| 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..3e331c47fbf1e2be3df523589795275b3e439c57 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 SetBoundsForWidth(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_;
|
|
|