summaryrefslogtreecommitdiffstats
path: root/base/android
diff options
context:
space:
mode:
authoraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 02:09:00 +0000
committeraurimas@chromium.org <aurimas@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-23 02:09:00 +0000
commita933d8458ba13ede28d012ba241b9d00216c7598 (patch)
tree30021cc1b00abdaeb86685b9cfa245a7b66972ce /base/android
parentd50c6868b828cbbd2a748065f829c69e264e68c7 (diff)
downloadchromium_src-a933d8458ba13ede28d012ba241b9d00216c7598.zip
chromium_src-a933d8458ba13ede28d012ba241b9d00216c7598.tar.gz
chromium_src-a933d8458ba13ede28d012ba241b9d00216c7598.tar.bz2
Upstream Autofill functionality for Android.
Upstream Autofill functionality for Android. BUG=138235 Review URL: https://chromiumcodereview.appspot.com/11187054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163480 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/android')
-rwxr-xr-xbase/android/jni_generator/jni_generator.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index afc2389..431a6c2 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -153,7 +153,6 @@ def JavaParamToJni(param):
]
app_param_list = [
'Landroid/graphics/SurfaceTexture',
- 'Lcom/google/android/apps/chrome/AutofillData',
'Lcom/google/android/apps/chrome/ChromeContextMenuInfo',
'Lcom/google/android/apps/chrome/ChromeWindow',
'Lcom/google/android/apps/chrome/OmniboxSuggestion',
@@ -173,6 +172,8 @@ def JavaParamToJni(param):
'Lorg/chromium/android_webview/JsResultHandler',
'Lorg/chromium/android_webview/JsResultReceiver',
'Lorg/chromium/base/SystemMessageHandler',
+ 'Lorg/chromium/chrome/browser/autofill/AutofillExternalDelegate',
+ 'Lorg/chromium/chrome/browser/autofill/AutofillSuggestion',
'Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode',
'Lorg/chromium/chrome/browser/ChromeHttpAuthHandler',
'Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid',
@@ -186,6 +187,7 @@ def JavaParamToJni(param):
'WebContentsDelegateAndroid'),
'Lorg/chromium/chrome/browser/database/SQLiteCursor',
'Lorg/chromium/content/app/SandboxedProcessService',
+ 'Lorg/chromium/content/browser/ContainerViewDelegate',
'Lorg/chromium/content/browser/ContentVideoView',
'Lorg/chromium/content/browser/ContentViewCore',
'Lorg/chromium/content/browser/DeviceOrientation',