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

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

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.mm
diff --git a/components/autofill/ios/browser/autofill_driver_ios.mm b/components/autofill/ios/browser/autofill_driver_ios.mm
index 1087f9ddf278b30153cc39ff09ce7b5bb2ea2758..2baf7e0dc49463b2a41c7008d1912df5406434c3 100644
--- a/components/autofill/ios/browser/autofill_driver_ios.mm
+++ b/components/autofill/ios/browser/autofill_driver_ios.mm
@@ -70,9 +70,9 @@ void AutofillDriverIOS::SendFormDataToRenderer(
void AutofillDriverIOS::PingRenderer() {
}
-void AutofillDriverIOS::DetectAccountCreationForms(
+void AutofillDriverIOS::PropagateAutofillPredictions(
const std::vector<autofill::FormStructure*>& forms) {
- autofill_manager_.client()->DetectAccountCreationForms(nullptr, forms);
+ autofill_manager_.client()->PropagateAutofillPredictions(nullptr, forms);
};
void AutofillDriverIOS::SendAutofillTypePredictionsToRenderer(

Powered by Google App Engine
This is Rietveld 408576698