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

Unified Diff: chrome/browser/ui/views/passwords/manage_password_items_view.h

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed reviewer comments Created 5 years, 6 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/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();

Powered by Google App Engine
This is Rietveld 408576698