| Index: chrome/browser/dom_ui/options/password_manager_handler.h
 | 
| diff --git a/chrome/browser/dom_ui/options/password_manager_handler.h b/chrome/browser/dom_ui/options/password_manager_handler.h
 | 
| index d37dbf39e3e4f914d67efafae4fb865498985864..5cd3080c1a27dce236b065425e68e58cc4ec0f46 100644
 | 
| --- a/chrome/browser/dom_ui/options/password_manager_handler.h
 | 
| +++ b/chrome/browser/dom_ui/options/password_manager_handler.h
 | 
| @@ -27,8 +27,8 @@ class PasswordManagerHandler : public OptionsPageUIHandler {
 | 
|    // The password store associated with the currently active profile.
 | 
|    PasswordStore* GetPasswordStore();
 | 
|  
 | 
| -  // Fired when user clicks 'show saved passwords' button in personal page.
 | 
| -  void LoadLists(const ListValue* args);
 | 
| +  // Called when the JS PasswordManager object is initialized.
 | 
| +  void UpdatePasswordLists(const ListValue* args);
 | 
|  
 | 
|    // Remove an entry.
 | 
|    // @param value the entry index to be removed.
 | 
| 
 |