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 e6a8947d5f924841be6f0b3f8603e6e93e22f8f4..0831bc4331b9fc2bf4aa6c42eb92af569ad22c8d 100644 |
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h |
@@ -141,10 +141,6 @@ 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: |
enum UserBehaviorOnUpdateBubble { |
UPDATE_CLICKED, |