| Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| index 5507fd36e136eb91cb1053316773f0b9b5ea0796..41496d9d90b70a22e21986115b625d96b9b51e5e 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
|
| @@ -95,9 +95,6 @@ class PasswordGenerationPopupControllerImpl
|
| virtual gfx::NativeView container_view() OVERRIDE;
|
| virtual const gfx::FontList& font_list() const OVERRIDE;
|
| virtual const gfx::Rect& popup_bounds() const OVERRIDE;
|
| - virtual const gfx::Rect& password_bounds() const OVERRIDE;
|
| - virtual const gfx::Rect& divider_bounds() const OVERRIDE;
|
| - virtual const gfx::Rect& help_bounds() const OVERRIDE;
|
| virtual bool display_password() const OVERRIDE;
|
| virtual bool password_selected() const OVERRIDE;
|
| virtual base::string16 password() const OVERRIDE;
|
| @@ -122,7 +119,6 @@ class PasswordGenerationPopupControllerImpl
|
| // Get desired size of popup. Height depends on width because we do text
|
| // wrapping.
|
| int GetDesiredWidth();
|
| - int GetDesiredHeight(int width);
|
| void CalculateBounds();
|
|
|
| PasswordForm form_;
|
| @@ -156,9 +152,6 @@ class PasswordGenerationPopupControllerImpl
|
|
|
| // Bounds for all the elements of the popup.
|
| gfx::Rect popup_bounds_;
|
| - gfx::Rect password_bounds_;
|
| - gfx::Rect divider_bounds_;
|
| - gfx::Rect help_bounds_;
|
|
|
| base::WeakPtrFactory<PasswordGenerationPopupControllerImpl> weak_ptr_factory_;
|
|
|
|
|