Chromium Code Reviews

Unified Diff: chrome/browser/dom_ui/options/password_manager_handler.h

Issue 5935003: DOMUI: Implement new-style password manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Selection transitions. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/options/password_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/dom_ui/options/password_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine