| Index: chrome/browser/ui/views/passwords/manage_password_items_view.h
|
| diff --git a/chrome/browser/ui/views/passwords/manage_password_items_view.h b/chrome/browser/ui/views/passwords/manage_password_items_view.h
|
| index 6200e718b49a756105ac688721a0498ba9a6861e..1af7c49194ebaa7d36569aaec89e3212b0290dc1 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_password_items_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_password_items_view.h
|
| @@ -34,6 +34,9 @@ class ManagePasswordItemsView : public views::View {
|
| void NotifyPasswordFormStatusChanged(
|
| const autofill::PasswordForm& password_form, bool deleted);
|
|
|
| + void NotifyAccountForUpdateWasSelected(
|
| + const autofill::PasswordForm& password_form);
|
| +
|
| // Changes the views according to the state of |password_forms_rows_|.
|
| void Refresh();
|
|
|
|
|