| Index: chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| index faf3fb86b218aa3c4a4d930a50de53def560551b..ad6c19e01161e2e7f05805e5918b4aea3f79bf16 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller.h
|
| @@ -76,6 +76,10 @@ class ManagePasswordsUIController
|
| // and WILL be in MANAGE_STATE after this method executes.
|
| virtual void SavePassword();
|
|
|
| + // Called from the model when user allows to send feedback with URL of
|
| + // page where password manager has failed.
|
| + void SendURLFeedback();
|
| +
|
| // Called from the model when the user chooses a credential.
|
| // The controller MUST be in a pending credentials state.
|
| virtual void ChooseCredential(bool was_chosen,
|
| @@ -162,6 +166,8 @@ class ManagePasswordsUIController
|
| private:
|
| friend class content::WebContentsUserData<ManagePasswordsUIController>;
|
|
|
| + class URLCollectionFeedbackSender;
|
| +
|
| // Shows the password bubble without user interaction. The controller MUST
|
| // be in PENDING_PASSWORD_AND_BUBBLE_STATE.
|
| void ShowBubbleWithoutUserInteraction();
|
|
|