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

Unified Diff: android_webview/native/aw_contents.h

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue15097004
Patch Set: introduced java peer to AwAutofillManagerDelegate Created 7 years, 6 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 0465ae2f80e6b6aed04c8bc484544aa59e581791..63a388ab6f06419eef5a8924839a4339e4b13e3d 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -148,6 +148,8 @@ class AwContents : public FindHelper::Listener,
void SetSaveFormData(bool enabled);
+ // Sets the java delegate
+ void SetAwAutofillManagerDelegate(jobject delegate);
private:
void SetWebContents(content::WebContents* web_contents);
void InitAutofillIfNecessary(bool enabled);

Powered by Google App Engine
This is Rietveld 408576698