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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_state.cc

Issue 1314903003: Updating of all entries in PasswordManager of the same credentials on password update (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bot fix Created 5 years, 3 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/passwords/manage_passwords_state.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_state.cc b/chrome/browser/ui/passwords/manage_passwords_state.cc
index dda3d3ade7fd5b68dfb15202c60716813a3fc9a3..33649b86676a31a67d73d5466eb43c0e97c09939 100644
--- a/chrome/browser/ui/passwords/manage_passwords_state.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_state.cc
@@ -149,7 +149,7 @@ void ManagePasswordsState::OnPasswordAutofilled(
// TODO(vabr): Revert back to DCHECK once http://crbug.com/486931 is fixed.
CHECK(!password_form_map.empty());
ClearData();
- if (password_form_map.begin()->second->IsPublicSuffixMatch()) {
+ if (password_form_map.begin()->second->is_public_suffix_match) {
// Don't show the UI for PSL matched passwords. They are not stored for this
// page and cannot be deleted.
origin_ = GURL();

Powered by Google App Engine
This is Rietveld 408576698