| 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();
|
|
|