| Index: chrome/browser/ui/passwords/password_ui_view.h
|
| diff --git a/chrome/browser/ui/passwords/password_ui_view.h b/chrome/browser/ui/passwords/password_ui_view.h
|
| index 62e4c2d97be8cff48469c49fe96eca5b2fe458bc..3c112ebdc2742b2cdbb9523c1045b0f5a7453670 100644
|
| --- a/chrome/browser/ui/passwords/password_ui_view.h
|
| +++ b/chrome/browser/ui/passwords/password_ui_view.h
|
| @@ -45,8 +45,7 @@ class PasswordUIView {
|
| // |password_list| the list of saved password entries.
|
| // |show_passwords| true if the passwords should be shown in the UI.
|
| virtual void SetPasswordList(
|
| - const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list,
|
| - bool show_passwords) = 0;
|
| + const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list) = 0;
|
|
|
| // Updates the list of password exceptions in the UI.
|
| // |password_exception_list| The list of saved password exceptions.
|
|
|