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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_ui_controller_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: Addressed Vasilii comments 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_ui_controller_unittest.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
index 1697393c94c7e6980f6ef26bcc7058f9a7617ad3..cbb63f963124b327e8b5a17590a6ba0d742351c9 100644
--- a/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_ui_controller_unittest.cc
@@ -549,8 +549,7 @@ TEST_F(ManagePasswordsUIControllerTest, InactiveOnPSLMatched) {
autofill::PasswordFormMap map;
scoped_ptr<autofill::PasswordForm> psl_matched_test_form(
new autofill::PasswordForm(test_local_form()));
- psl_matched_test_form->original_signon_realm =
- "http://pslmatched.example.com";
+ psl_matched_test_form->is_public_suffix_match = true;
map.insert(kTestUsername, psl_matched_test_form.Pass());
controller()->OnPasswordAutofilled(map);

Powered by Google App Engine
This is Rietveld 408576698