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

Unified Diff: chrome/browser/ui/passwords/manage_passwords_test.cc

Issue 2256703002: Call PasswordFormManager::FetchDataFromPasswordStore in constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621355_FormDigest_prettyprint
Patch Set: Fixed interactive_ui_tests Created 4 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/ui/passwords/manage_passwords_test.cc
diff --git a/chrome/browser/ui/passwords/manage_passwords_test.cc b/chrome/browser/ui/passwords/manage_passwords_test.cc
index fac73b9fe0c154fe2ae19ad5f1bc987fea3ef51a..eedc0a9a3d09d63cde5b80c4d769321378b90ea3 100644
--- a/chrome/browser/ui/passwords/manage_passwords_test.cc
+++ b/chrome/browser/ui/passwords/manage_passwords_test.cc
@@ -65,7 +65,6 @@ void ManagePasswordsTest::SetupPendingPassword() {
new password_manager::PasswordFormManager(
nullptr, &client, driver.AsWeakPtr(), *test_form(),
base::WrapUnique(new password_manager::StubFormSaver)));
- test_form_manager->SimulateFetchMatchingLoginsFromPasswordStore();
ScopedVector<autofill::PasswordForm> best_matches;
test_form_manager->OnGetPasswordStoreResults(std::move(best_matches));
GetController()->OnPasswordSubmitted(std::move(test_form_manager));

Powered by Google App Engine
This is Rietveld 408576698