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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.cc

Issue 79103002: Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/autofill/core/browser/autofill_external_delegate.cc
diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
index 51954b9afc2d6d851a4b8fed92e1d481dc702f8f..9b6870c413127764285e3fd98d4dde4aa4691175 100644
--- a/components/autofill/core/browser/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/autofill_external_delegate.cc
@@ -23,7 +23,7 @@ AutofillExternalDelegate::AutofillExternalDelegate(
AutofillDriver* autofill_driver)
: autofill_manager_(autofill_manager),
autofill_driver_(autofill_driver),
- password_autofill_manager_(web_contents),
+ password_autofill_manager_(autofill_driver),
autofill_query_id_(0),
display_warning_if_disabled_(false),
has_autofill_suggestion_(false),

Powered by Google App Engine
This is Rietveld 408576698