| Index: chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| index fd06ae360a478c461643b12743e874e5ce59bb24..44c68e200690cad209e254d3a6955ff255985b35 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -102,6 +102,10 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
|
| void set_state(password_manager::ui::State state) { state_ = state; }
|
| #endif
|
|
|
| +// Upper limits on the size of the username and password fields.
|
| + static int UsernameFieldWidth();
|
| + static int PasswordFieldWidth();
|
| +
|
| private:
|
| password_manager::ui::State state_;
|
| base::string16 title_;
|
|
|