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

Unified Diff: chrome/browser/password_manager/native_backend_libsecret.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: Comments addressed Created 5 years, 4 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/password_manager/native_backend_libsecret.cc
diff --git a/chrome/browser/password_manager/native_backend_libsecret.cc b/chrome/browser/password_manager/native_backend_libsecret.cc
index fdd95a3ad4be3a8a5ebdb117df11628e8b83bce8..000040f3d4d641ed4d12d13167e5054659d2ba43 100644
--- a/chrome/browser/password_manager/native_backend_libsecret.cc
+++ b/chrome/browser/password_manager/native_backend_libsecret.cc
@@ -616,7 +616,6 @@ ScopedVector<autofill::PasswordForm> NativeBackendLibsecret::ConvertFormList(
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;
vabr (Chromium) 2015/08/28 10:47:23 Do you remove this to be able to update it correct
dvadym 2015/08/28 11:25:28 Good point, it influences PSL scoring, but current
vabr (Chromium) 2015/08/28 11:38:41 Yes, it is fine to adapt the scoring, but we shoul
}
SecretValue* secretValue = secret_item_get_secret(secretItem);
if (secretValue) {

Powered by Google App Engine
This is Rietveld 408576698