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

Unified Diff: components/autofill/ios/browser/autofill_driver_ios.h

Issue 1028163002: Processing USERNAME reply from Autofill server in Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 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: components/autofill/ios/browser/autofill_driver_ios.h
diff --git a/components/autofill/ios/browser/autofill_driver_ios.h b/components/autofill/ios/browser/autofill_driver_ios.h
index 1b670f7e60560e4652d4fd7f74cf8e44a4dcb6db..c2935b3dd33e7d4f5f0ef97917298e6bfdd21729 100644
--- a/components/autofill/ios/browser/autofill_driver_ios.h
+++ b/components/autofill/ios/browser/autofill_driver_ios.h
@@ -43,7 +43,7 @@ class AutofillDriverIOS : public AutofillDriver,
RendererFormDataAction action,
const FormData& data) override;
void PingRenderer() override;
- void DetectAccountCreationForms(
+ void PropagateAutofillPredictions(
const std::vector<autofill::FormStructure*>& forms) override;
void SendAutofillTypePredictionsToRenderer(
const std::vector<FormStructure*>& forms) override;
« no previous file with comments | « components/autofill/core/common/password_form.cc ('k') | components/autofill/ios/browser/autofill_driver_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698