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

Unified Diff: ios/chrome/browser/autofill/autofill_controller.mm

Issue 2672623005: Record Autofill form events specially for nonsecure pages (Closed)
Patch Set: fix test added in rebase Created 3 years, 10 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: ios/chrome/browser/autofill/autofill_controller.mm
diff --git a/ios/chrome/browser/autofill/autofill_controller.mm b/ios/chrome/browser/autofill/autofill_controller.mm
index 196ca15d15434454b6ef214e94b681d78d1e42ab..22b044c145627efeeb4ab40ae50fa2cd46a9e3f3 100644
--- a/ios/chrome/browser/autofill/autofill_controller.mm
+++ b/ios/chrome/browser/autofill/autofill_controller.mm
@@ -76,7 +76,7 @@ using autofill::AutofillPopupDelegate;
OAuth2TokenServiceFactory::GetForBrowserState(originalBrowserState),
base::Closure()));
_autofillClient.reset(new autofill::AutofillClientIOS(
- browserState, infobarManager, self, passwordGenerationManager,
+ browserState, webState, infobarManager, self, passwordGenerationManager,
std::move(identityProvider)));
autofill::AutofillDriverIOS::CreateForWebStateAndDelegate(
webState, _autofillClient.get(), self,
« no previous file with comments | « components/password_manager/core/browser/password_autofill_manager.cc ('k') | ios/chrome/browser/ui/autofill/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698