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

Unified Diff: chrome/browser/ui/views/passwords/manage_password_item_view.cc

Issue 228593002: Password bubble: Keep the bubble in sync with the password store. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 8 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_item_view.cc
diff --git a/chrome/browser/ui/views/passwords/manage_password_item_view.cc b/chrome/browser/ui/views/passwords/manage_password_item_view.cc
index b27a230d43f4d07e99da7b7c7f4bfeddc1f150df..c9557b5dd0cadd0215611cd009d9e6d248246bb2 100644
--- a/chrome/browser/ui/views/passwords/manage_password_item_view.cc
+++ b/chrome/browser/ui/views/passwords/manage_password_item_view.cc
@@ -127,10 +127,7 @@ ManagePasswordItemView::ManagePasswordItemView(
GetLayoutManager()->Layout(this);
}
-ManagePasswordItemView::~ManagePasswordItemView() {
- if (delete_password_)
- manage_passwords_bubble_model_->DeleteFromBestMatches(password_form_);
-}
+ManagePasswordItemView::~ManagePasswordItemView() {}
void ManagePasswordItemView::BuildColumnSet(views::GridLayout* layout,
int column_set_id) {

Powered by Google App Engine
This is Rietveld 408576698