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

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

Issue 10831060: Refactor the Android port to allow access to the chrome layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit fixed. Created 8 years, 4 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: 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 7d13751b302b4e6fa20d3bbbd8525b4ebbf6dcd1..527f02a3f94c2d6d0a1115dd85d6c62ef083f049 100755
--- a/base/android/jni_generator/jni_generator.py
+++ b/base/android/jni_generator/jni_generator.py
@@ -158,15 +158,17 @@ def JavaParamToJni(param):
'Lcom/google/android/apps/chrome/infobar/InfoBarContainer$NativeInfoBar',
('Lcom/google/android/apps/chrome/preferences/ChromeNativePreferences$'
'PasswordListObserver'),
+ 'Lorg/chromium/android_webview/WebViewWebContentsDelegateAndroid',
'Lorg/chromium/base/SystemMessageHandler',
+ 'Lorg/chromium/chrome/browser/ChromeWebContentsDelegateAndroid',
'Lorg/chromium/chrome/browser/JSModalDialog',
'Lorg/chromium/chrome/browser/ProcessUtils',
'Lorg/chromium/chrome/browser/SelectFileDialog',
+ 'Lorg/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid',
'Lorg/chromium/content/browser/ContentVideoView',
'Lorg/chromium/content/browser/ContentViewClient',
'Lorg/chromium/content/browser/ContentViewCore',
'Lorg/chromium/content/browser/DeviceOrientation',
- 'Lorg/chromium/content/browser/FileChooserParams',
'Lorg/chromium/content/browser/FindNotificationDetails',
'Lorg/chromium/content/browser/InterceptedRequestData',
'Lorg/chromium/content/browser/JavaInputStream',

Powered by Google App Engine
This is Rietveld 408576698