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

Unified Diff: components/password_manager/content/browser/credential_manager_impl_unittest.cc

Issue 2517993004: Refactor CredentialManagerImpl::Get. It should use PasswordStore::GetLogins(). (Closed)
Patch Set: use set Created 4 years, 1 month 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: components/password_manager/content/browser/credential_manager_impl_unittest.cc
diff --git a/components/password_manager/content/browser/credential_manager_impl_unittest.cc b/components/password_manager/content/browser/credential_manager_impl_unittest.cc
index a3b064cd34cd5e0b9db83ef0d00972561a1d4ace..e9337abff99c746f94348e47b38bf77d722948d2 100644
--- a/components/password_manager/content/browser/credential_manager_impl_unittest.cc
+++ b/components/password_manager/content/browser/credential_manager_impl_unittest.cc
@@ -570,7 +570,6 @@ TEST_F(CredentialManagerImplTest, CredentialManagerGetOverwriteZeroClick) {
form_.skip_zero_click = true;
form_.username_element = base::ASCIIToUTF16("username-element");
form_.password_element = base::ASCIIToUTF16("password-element");
- form_.signon_realm = "this is a realm";
form_.origin = GURL("https://example.com/old_form.html");
store_->AddLogin(form_);
RunAllPendingTasks();

Powered by Google App Engine
This is Rietveld 408576698