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

Unified Diff: chrome/browser/password_manager/password_store_mac_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: Removed strings from progress loader 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/password_manager/password_store_mac_unittest.cc
diff --git a/chrome/browser/password_manager/password_store_mac_unittest.cc b/chrome/browser/password_manager/password_store_mac_unittest.cc
index a201fcbed714eda43f518aeba2a0faae9ae689d2..da3a50e6c16411c67eba5ab19af1a35569d6d8f3 100644
--- a/chrome/browser/password_manager/password_store_mac_unittest.cc
+++ b/chrome/browser/password_manager/password_store_mac_unittest.cc
@@ -1451,6 +1451,8 @@ TEST_F(PasswordStoreMacTest, TestDBKeychainAssociation) {
base::MessageLoop::current()->Run();
// 3. Add the returned password for m.facebook.com.
+ returned_form.signon_realm = "http://m.facebook.com";
+ returned_form.origin = GURL("http://m.facebook.com/index.html");
EXPECT_EQ(AddChangeForForm(returned_form),
login_db()->AddLogin(returned_form));
owned_keychain_adapter.AddPassword(m_form);

Powered by Google App Engine
This is Rietveld 408576698