| Index: android_webview/native/aw_autofill_client.h
|
| diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
|
| index 96405fcdd752b3faceb999c8334c5f0df23eaa47..00ed40e3bdfdedde3d79314e73aba5d099d19da1 100644
|
| --- a/android_webview/native/aw_autofill_client.h
|
| +++ b/android_webview/native/aw_autofill_client.h
|
| @@ -83,7 +83,7 @@ class AwAutofillClient : public autofill::AutofillClient,
|
| const std::vector<base::string16>& labels) override;
|
| void HideAutofillPopup() override;
|
| bool IsAutocompleteEnabled() override;
|
| - void DetectAccountCreationForms(
|
| + void PropagateAutofillPredictions(
|
| content::RenderFrameHost* rfh,
|
| const std::vector<autofill::FormStructure*>& forms) override;
|
| void DidFillOrPreviewField(const base::string16& autofilled_value,
|
|
|