| 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 38d0a62a59fff6cbad4bbd873beeaee3f716b1ac..831979520b9819193262e08ed0ac3496d83fc8fd 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
|
| @@ -146,6 +146,8 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
|
| static int PasswordFieldWidth();
|
|
|
| private:
|
| + // Returns the title for the PENDING_PASSWORD_STATE.
|
| + base::string16 PendingStateTitleBasedOnSavePasswordPref() const;
|
| // URL of the page from where this bubble was triggered.
|
| GURL origin_;
|
| password_manager::ui::State state_;
|
|
|