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

Unified Diff: chrome/browser/password_manager/native_backend_gnome_x.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
« no previous file with comments | « no previous file | chrome/browser/password_manager/native_backend_gnome_x_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/native_backend_gnome_x.cc
diff --git a/chrome/browser/password_manager/native_backend_gnome_x.cc b/chrome/browser/password_manager/native_backend_gnome_x.cc
index d221a234a4dbe5b8521ba7ee2fbc56a6a00f582c..7e3fbcfb673d444edd8d3c5a36d7d08010f19b59 100644
--- a/chrome/browser/password_manager/native_backend_gnome_x.cc
+++ b/chrome/browser/password_manager/native_backend_gnome_x.cc
@@ -197,10 +197,7 @@ ScopedVector<PasswordForm> ConvertFormList(GList* found,
continue;
}
psl_domain_match_metric = password_manager::PSL_DOMAIN_MATCH_FOUND;
- form->original_signon_realm = form->signon_realm;
- form->signon_realm = lookup_form->signon_realm;
- form->origin = lookup_form->origin;
- form->action = lookup_form->action;
+ form->is_public_suffix_match = true;
}
if (data->secret) {
form->password_value = UTF8ToUTF16(data->secret);
« no previous file with comments | « no previous file | chrome/browser/password_manager/native_backend_gnome_x_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698