| Index: android_webview/native/aw_contents.h
|
| diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
|
| index f5a6742b798257dc4e8c05ef56d0c670ee565cfb..40e3551da9585b72185348db1c864c7a33cf0a40 100644
|
| --- a/android_webview/native/aw_contents.h
|
| +++ b/android_webview/native/aw_contents.h
|
| @@ -158,6 +158,8 @@ class AwContents : public FindHelper::Listener,
|
|
|
| void SetSaveFormData(bool enabled);
|
|
|
| + // Sets the java delegate
|
| + void SetAwAutofillManagerDelegate(jobject delegate);
|
| private:
|
| void InitAutofillIfNecessary(bool enabled);
|
|
|
|
|