Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8294)

Unified Diff: chrome/browser/ui/webui/options/password_manager_handler.h

Issue 489103004: Allow editing passwords in settings/passwords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/password_manager_handler.h
diff --git a/chrome/browser/ui/webui/options/password_manager_handler.h b/chrome/browser/ui/webui/options/password_manager_handler.h
index bae096bcbfc32b7f847e5adb06b720b6337b48fd..6336393d1c0f8fb5d2db50aa08094a345653a345 100644
--- a/chrome/browser/ui/webui/options/password_manager_handler.h
+++ b/chrome/browser/ui/webui/options/password_manager_handler.h
@@ -46,6 +46,11 @@ class PasswordManagerHandler : public OptionsPageUIHandler,
// Called when the JS PasswordManager object is initialized.
void HandleUpdatePasswordLists(const base::ListValue* args);
+ // Updates the password value of an entry.
vabr (Chromium) 2014/08/22 10:11:44 nit: Similarly, consider shortening the whole comm
jaekyeom 2014/08/25 05:15:51 Done.
+ // |index| the entry index to be updated.
+ // |password_value| the new password value.
+ void HandleUpdatePassword(const base::ListValue* args);
+
// Removes a saved password entry.
// |value| the entry index to be removed.
void HandleRemoveSavedPassword(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698