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

Unified Diff: components/password_manager/core/browser/password_autofill_manager_unittest.cc

Issue 707173004: Refactor Autofill for out of process iframes (OOPIF). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/core/browser/password_autofill_manager_unittest.cc
diff --git a/components/password_manager/core/browser/password_autofill_manager_unittest.cc b/components/password_manager/core/browser/password_autofill_manager_unittest.cc
index 1f46b403c1249eedccae54448bbfd1ae9da51fe4..213e1e54a19229de36ae62e4c3eed7f6e9e27b2f 100644
--- a/components/password_manager/core/browser/password_autofill_manager_unittest.cc
+++ b/components/password_manager/core/browser/password_autofill_manager_unittest.cc
@@ -92,8 +92,8 @@ class PasswordAutofillManagerTest : public testing::Test {
void InitializePasswordAutofillManager(
PasswordManagerClient* client,
autofill::AutofillClient* autofill_client) {
- password_autofill_manager_.reset(
- new PasswordAutofillManager(client, autofill_client));
+ password_autofill_manager_.reset(new PasswordAutofillManager(
+ client, client->GetDriver(), autofill_client));
password_autofill_manager_->OnAddPasswordFormMapping(fill_data_id_,
fill_data_);
}

Powered by Google App Engine
This is Rietveld 408576698