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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_state_unittest.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_unittest.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_state_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
index b36df633e2fbc3d2aefd916a477e017c278baf46..656468c279de6382f85a1bd441e6ef2984c025a5 100644
--- a/chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
@@ -358,7 +358,7 @@ TEST_F(ManagePasswordsStateTest, PasswordAutofilled) {
TEST_F(ManagePasswordsStateTest, InactiveOnPSLMatched) {
autofill::PasswordForm psl_matched_test_form = test_local_form();
- psl_matched_test_form.original_signon_realm = "http://pslmatched.example.com";
+ psl_matched_test_form.is_public_suffix_match = true;
autofill::PasswordFormMap password_form_map;
password_form_map.insert(
psl_matched_test_form.username_value,

Powered by Google App Engine
This is Rietveld 408576698