| 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 00ed40e3bdfdedde3d79314e73aba5d099d19da1..20b0d962639e70839f0fc5f22d40e9cea384026f 100644
|
| --- a/android_webview/native/aw_autofill_client.h
|
| +++ b/android_webview/native/aw_autofill_client.h
|
| @@ -90,6 +90,7 @@ class AwAutofillClient : public autofill::AutofillClient,
|
| const base::string16& profile_full_name) override;
|
| void OnFirstUserGestureObserved() override;
|
| void LinkClicked(const GURL& url, WindowOpenDisposition disposition) override;
|
| + bool IsContextSecure(const GURL& form_origin) override;
|
|
|
| void SuggestionSelected(JNIEnv* env, jobject obj, jint position);
|
|
|
|
|