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

Unified Diff: base/android/jni_generator/jni_generator.py

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 3 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
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/android/jni_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/jni_generator.py
diff --git a/base/android/jni_generator/jni_generator.py b/base/android/jni_generator/jni_generator.py
index 33d2a13654a2426fb9f1692292e21906ec8c72c6..891793fabcb36a349c3ca6330f5e3a45b2f5be96 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -162,7 +162,9 @@ def JavaParamToJni(param):
'Lorg/chromium/android_webview/AwContents',
'Lorg/chromium/android_webview/AwContentsClient',
'Lorg/chromium/android_webview/AwHttpAuthHandler',
+ 'Lorg/chromium/android_webview/AwContentsIoThreadClient',
'Lorg/chromium/android_webview/AwWebContentsDelegate',
+ 'Lorg/chromium/android_webview/InterceptedRequestData',
'Lorg/chromium/base/SystemMessageHandler',
'Lorg/chromium/chrome/browser/ChromeBrowserProvider$BookmarkNode',
'Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid',
@@ -177,7 +179,6 @@ def JavaParamToJni(param):
'Lorg/chromium/content/browser/ContentViewCore',
'Lorg/chromium/content/browser/DeviceOrientation',
'Lorg/chromium/content/browser/FindNotificationDetails',
- 'Lorg/chromium/content/browser/InterceptedRequestData',
'Lorg/chromium/content/browser/JavaInputStream',
'Lorg/chromium/content/browser/LocationProvider',
'Lorg/chromium/content/browser/SandboxedProcessArgs',
« no previous file with comments | « android_webview/native/webview_native.gyp ('k') | base/android/jni_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698