| 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 10a2310381ed210989c14d3a9cc40b9b18d3f7c6..c328d56caac401a9393735865f461237c7968fc1 100644
|
| --- a/android_webview/native/aw_autofill_client.h
|
| +++ b/android_webview/native/aw_autofill_client.h
|
| @@ -84,10 +84,12 @@ class AwAutofillClient : public autofill::AutofillClient,
|
| virtual void HideAutofillPopup() override;
|
| virtual bool IsAutocompleteEnabled() override;
|
| virtual void DetectAccountCreationForms(
|
| + content::RenderFrameHost* rfh,
|
| const std::vector<autofill::FormStructure*>& forms) override;
|
| virtual void DidFillOrPreviewField(
|
| const base::string16& autofilled_value,
|
| const base::string16& profile_full_name) override;
|
| + virtual void OnFirstUserGestureObserved() override;
|
|
|
| void SuggestionSelected(JNIEnv* env, jobject obj, jint position);
|
|
|
|
|